[Distutils] httplib.py chunked Transfer-Encoding bug

Ben Hoyt benhoyt at gmail.com
Wed Nov 7 04:32:55 CET 2007


Hi Greg,

I just ran into that bug in httplib.py when a server sends bad input using
chunked Transfer-Encoding, and noticed there's already an exact issue for
that, and that you've made a patch:
    http://bugs.python.org/issue1486335

I don't know anything about Python bug reporting and when/how such things
get included in the main Python branch, but I'm curious as to why your patch
(or something like it) hasn't been included yet.

At present I'm fixing it in my code with a sys.exc_info() hack to make sure
the ValueError's coming from _read_chunked(), otherwise re-raising. :-)

Cheers,
Ben.

-- 
Ben Hoyt, http://benhoyt.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/distutils-sig/attachments/20071107/98de5a17/attachment.htm 


More information about the Distutils-SIG mailing list