HTTPPageGetter - Error 307
| Newsgroups | gmane.comp.python.twisted.bugs |
|---|---|
| Message-ID | <[email protected]> |
New submission from JegnuX <None>:
in twisted / web / client.py, HTTPPageGetter doesn't support 307 errors. Need to add something like this :
{{{
def handleStatus_307(self):
self.factory.method = 'GET'
self.handleStatus_301()
}}}
----------
Type : defect
Component: core
Keywords :
Priority : normal
Nosy :
----------
http://twistedmatrix.com/trac/ticket/3959