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 barry-scott
Recipients
Date 2006-02-22.20:17:07
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=28665

There are two problems.
1) 200-299 are all good, not just 200
2) Setting the code in addinfourl needs to use the
   2xx code that came from the server

I have a complex http app that broken without this fix.
I'm doing partial transfers that return 206 that was being
overwritten.

This is clearly a bug. The only issue is does the patch fix
the bug and not cause other problems? In nearly a year of
running with this patch on 700 systems I've not seen a
problem.
History
Date User Action Args
2007-08-23 14:30:48adminlinkissue1178141 messages
2007-08-23 14:30:48admincreate