summaryrefslogtreecommitdiff
path: root/python3/httplib2/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix issue #51 - Failure to handle server legitimately closing connection ↵Joe Gregorio2009-07-171-2/+7
| | | | before request body is fully sent
* Fixed issue #58 - malformed cache-control headers would cause an exceptionJoe Gregorio2009-07-161-2/+2
|
* Fixed issue #12 - Cache-Control: only-if-cached incorrectly does request if ↵Joe Gregorio2009-07-161-1/+7
| | | | item not in cache
* Fixed bug #56Joe Gregorio2009-07-161-1/+3
|
* Python 3 port (in python3/ subdirectory)pilgrim2009-05-291-0/+1148