[issue1346874] httplib simply ignores CONTINUE

Carl Nobile report at bugs.python.org
Tue Jul 10 18:20:50 CEST 2012


Carl Nobile <carl.nobile at gmail.com> added the comment:

I was told some time ago that it was documentation changes. And, if I
remember correctly CONTINUE (100) was not ignored, it was actually broken.
Data was being read from stdin when a CONTINUE was received and this should
never happen based on RFC 2616, because there will never be any data to
read.

~Carl

On Tue, Jul 10, 2012 at 12:15 PM, André Cruz <report at bugs.python.org> wrote:

>
> André Cruz <andre at cabine.org> added the comment:
>
> Can anyone confirm what is missing for this patch to be committed?
>
> Is it just test and documentation changes or is something wrong with the
> code changes as well?
>
> ----------
> nosy: +edevil
>
> _______________________________________
> Python tracker <report at bugs.python.org>
> <http://bugs.python.org/issue1346874>
> _______________________________________
>

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1346874>
_______________________________________


More information about the Python-bugs-list mailing list