jjlee / mechanize

Stateful programmatic web browsing in Python, after Andy Lester's Perl module WWW::Mechanize .
http://wwwsearch.sourceforge.net/mechanize/
618 stars 121 forks source link

Mechanize does not support 308 response code #65

Open anilgs opened 12 years ago

anilgs commented 12 years ago

Google Docs API requires you to honour 308 response code which stands for "Resume Incomplete" which is an interim state during a large file upload.

However, Mechanize treats it as a Redirect and proceeds. This must instead be treated as HTTPSuccess object class.