Mailing List Archive

[issue1767370] Make xmlrpc use HTTP/1.1 and keepalive
Martín Conte Mac Donell <Reflejo@gmail.com> added the comment:

I made this patch works against trunk, also i'v fixed some typos.

----------
nosy: +Reflejo
versions: +Python 2.5
Added file: http://bugs.python.org/file10313/xmlrpc-keepalive.diff

_____________________________________
Tracker <report@bugs.python.org>
<http://bugs.python.org/issue1767370>
_____________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue1767370] Make xmlrpc use HTTP/1.1 and keepalive [ In reply to ]
Skip Montanaro <skip@pobox.com> added the comment:

I'm not going to pretend I understand the changes. I do notice
that test_docxmlrpc hangs hard on my Mac (doesn't even respond to
Ctl-C). DocXMLRPCServer subclasses from SimpleXMLRPCServer, so I
suspect it needs some attention. I tried the obvious replacement
of self.wfile.* with the analogs from SimpleXMLRPCServer but that
didn't help. Also, the API for the xmlrpclib.Transport class's
send_request method changed and parse_response disappeared completely
even though the docstring for the Transport class explicitly mentions
subclassing it.

_____________________________________
Tracker <report@bugs.python.org>
<http://bugs.python.org/issue1767370>
_____________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue1767370] Make xmlrpc use HTTP/1.1 and keepalive [ In reply to ]
Donovan Baarda <abo@users.sourceforge.net> added the comment:

One more time... this time after adding correct email addresses to my
existing account...

Martín Conte Mac Donell wrote:
> Martín Conte Mac Donell <Reflejo@gmail.com> added the comment:
>
> I made this patch works against trunk, also i'v fixed some typos.

Sorry for not responding to this earlier...

I didn't write this patch, but submitted it on behalf of the original
author (Cc'ed on this email). I spoke to him about getting this patch
updated, and he said that he has made some more improvements and fixes
since I submitted it.

I will try to get him to produce a new patch, but he (and I) are both
very busy on other things, so I suspect you guys will be able to polish
up what is already there before we manage to pull something together...

I will give him another poke tomorrow...

> ----------
> nosy: +Reflejo
> versions: +Python 2.5
> Added file: http://bugs.python.org/file10313/xmlrpc-keepalive.diff
>
> _____________________________________
> Tracker <report@bugs.python.org>
> <http://bugs.python.org/issue1767370>
> _____________________________________

_____________________________________
Tracker <report@bugs.python.org>
<http://bugs.python.org/issue1767370>
_____________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com