This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Carl.Nobile
Recipients Carl.Nobile, cdwave, edevil, jjlee, nikratio, nnorwitz, orsenthil, rharris, terry.reedy
Date 2012-07-11.02:08:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAGQqDQL-uPV9VXSVp3gvnmAJnDLN8OX1ubejYAGYhPwyyo=qug@mail.gmail.com>
In-reply-to <1341963966.73.0.438761741767.issue1346874@psf.upfronthosting.co.za>
Content
André,

As I said I'm not sure if I am fixing the same thing that this bug was
originally posted for. However, after looking at my code I realized that I
just did a quick work around for my situation and it shouldn't be put into
any python release.

This issue is that after a client receives a CONTINUE the client needs to
send the balance of the data. My issue is that the client wouldn't always
do that and the server would hang. So there seems to be a bug
with regard to a reasonable timeout.

When I write RESTful web services I often need to implement CONTINUE, but
this status is rarely used, so I guess I don't use it too regularly.

~Carl

On Tue, Jul 10, 2012 at 7:46 PM, Senthil Kumaran <report@bugs.python.org>wrote:

>
> Senthil Kumaran <senthil@uthcode.com> added the comment:
>
> The patch seems good. I apologize that this has been sitting stale for a
> long time. Since this is a new feature, I am not sure if putting to 3.3
> might be a good idea. This is a feature for httplib, so it may not make it
> to 2.7.x, but can make it to 3.4.
>
> ----------
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue1346874>
> _______________________________________
>
History
Date User Action Args
2012-07-11 02:08:53Carl.Nobilesetrecipients: + Carl.Nobile, nnorwitz, terry.reedy, jjlee, orsenthil, cdwave, rharris, edevil, nikratio
2012-07-11 02:08:52Carl.Nobilelinkissue1346874 messages
2012-07-11 02:08:51Carl.Nobilecreate