Yoann Aubineau added the comment:
Chunked transfer encoding has been introduced in HTTP/1.1. Sending an HTTP/1.0
request would then force the server to not use this mechanism.
Module httplib sends HTTP/1.1 requests by default but, as far as I know, does
not offer any option to downgrade.
My
Changes by Yoann Aubineau :
--
nosy: +yaubi
___
Python tracker
<http://bugs.python.org/issue3445>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Yoann Aubineau :
--
nosy: -yaubi
___
Python tracker
<https://bugs.python.org/issue21724>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Yoann Aubineau :
--
nosy: -yaubi
___
Python tracker
<https://bugs.python.org/issue22098>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Yoann Aubineau :
--
nosy: -yaubi
___
Python tracker
<https://bugs.python.org/issue21710>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Yoann Aubineau :
--
nosy: -yaubi
___
Python tracker
<https://bugs.python.org/issue21740>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Yoann Aubineau :
--
nosy: -yaubi
___
Python tracker
<https://bugs.python.org/issue22090>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Yoann Aubineau :
--
nosy: -yaubi
___
Python tracker
<https://bugs.python.org/issue22086>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Yoann Aubineau :
--
nosy: -yaubi
___
Python tracker
<https://bugs.python.org/issue22097>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Yoann Aubineau :
--
nosy: -yaubi
___
Python tracker
<https://bugs.python.org/issue6785>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Yoann Aubineau :
--
nosy: -yaubi
___
Python tracker
<https://bugs.python.org/issue3445>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Yoann Aubineau :
--
nosy: +yaubi
___
Python tracker
<http://bugs.python.org/issue22097>
___
___
Python-bugs-list mailing list
Unsubscribe:
Yoann Aubineau added the comment:
Here is an attempt to implement such an API. The patch adds 4 methods to
OrderedDict: move_before, move_after, insert_before and insert_after with
corresponding tests.
The method signatures do not feel right though. I am not sure where the
reference key
Changes by Yoann Aubineau :
--
nosy: +yaubi
___
Python tracker
<http://bugs.python.org/issue21740>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Yoann Aubineau :
--
nosy: +yaubi
___
Python tracker
<http://bugs.python.org/issue21724>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Yoann Aubineau :
--
nosy: +yaubi
___
Python tracker
<http://bugs.python.org/issue21710>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Yoann Aubineau :
--
nosy: +yaubi
___
Python tracker
<http://bugs.python.org/issue22098>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Yoann Aubineau :
--
nosy: +yaubi
___
Python tracker
<http://bugs.python.org/issue22086>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Yoann Aubineau :
--
nosy: +yaubi
___
Python tracker
<http://bugs.python.org/issue22090>
___
___
Python-bugs-list mailing list
Unsubscribe:
19 matches
Mail list logo