Question about httplib and HTTP response 100 Continue

Skip Montanaro skip at pobox.com
Mon Apr 15 09:25:32 EDT 2002


    Marco> So, does the httplib work when it encounters a 100-Continue
    Marco> response?

I suggest you try recoding your example using the HTTPConnection class.  I
believe the HTTP and HTTPS are now included only for backward compatibility
(though I think they've yet to be deprecated).

-- 
Skip Montanaro (skip at pobox.com - http://www.mojam.com/)





More information about the Python-list mailing list