Message30788
| Author |
mattgbrown |
| Recipients |
| Date |
2006年12月11日.23:17:38 |
| SpamBayes Score |
| Marked as misclassified |
| Message-id |
| In-reply-to |
| Content |
The ServerProxy class of the xmlrpclib module uses the old style HTTP / HTTPS classes of the httplib module rather than the newer HTTPConnection and HTTPConnection classes.
The practical result of this is that xmlrpc connections are not able to make use of HTTP/1.1 functionality.
Please update the xmlrpclib module to use the newer API provided by httplib so that the advanced functionality of HTTP/1.1 is available. |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2007年08月23日 14:50:39 | admin | link | issue1613573 messages |
| 2007年08月23日 14:50:39 | admin | create |
|