issues
search
zerodeckvc
/
httplib2
Automatically exported from code.google.com/p/httplib2
0
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Digest authentication fails during redirect - patch attached
#72
GoogleCodeExporter
opened
9 years ago
0
Downloading large file will leads to memory issues
#71
GoogleCodeExporter
closed
9 years ago
2
Getting SyntaxErrors with regex components in __init__.py when installing
#70
GoogleCodeExporter
closed
9 years ago
2
Error -3 while decompressing data: incorrect header check
#69
GoogleCodeExporter
opened
9 years ago
15
httplib2 raises an error with NTLM authentication
#68
GoogleCodeExporter
closed
9 years ago
2
HEAD requests cause next request to be retried
#67
GoogleCodeExporter
closed
9 years ago
7
Patch: Add thread safety to connection reuse
#66
GoogleCodeExporter
opened
9 years ago
2
Transform _normalize_headers into a method of Http class
#65
GoogleCodeExporter
closed
9 years ago
2
Response dictionary should be case-insensitive
#64
GoogleCodeExporter
closed
9 years ago
1
Problems with http requests (couchdb)
#63
GoogleCodeExporter
closed
9 years ago
3
httplib2 0.5.0 raises AttributeError if server refused the connection
#62
GoogleCodeExporter
closed
9 years ago
22
Nonce header in WSSE authentication should be base64-encoded
#61
GoogleCodeExporter
closed
9 years ago
2
Redirects over multiple domains not being handled correctly
#60
GoogleCodeExporter
closed
9 years ago
1
Setting redirections=0 when fetching a resource with a status 303 causes an exception to be thrown instead of returning headers.
#59
GoogleCodeExporter
closed
9 years ago
2
"ValueError" when ".cache" enabled and fetching certain url
#58
GoogleCodeExporter
closed
9 years ago
2
Timeout ignored for https on Python 2.6
#57
GoogleCodeExporter
closed
9 years ago
1
httplib blocks on response.read() for HEAD requests
#56
GoogleCodeExporter
closed
9 years ago
3
opaque string is not sent in digest auth
#55
GoogleCodeExporter
opened
9 years ago
3
Http.request fails accesing Google account via http proxy
#54
GoogleCodeExporter
closed
9 years ago
4
r275 missed self.pwhashmod.new
#53
GoogleCodeExporter
closed
9 years ago
1
Badly formatted dates cause exceptions
#52
GoogleCodeExporter
opened
9 years ago
0
Failure to handle server legitimately closing connection before request body is fully sent
#51
GoogleCodeExporter
closed
9 years ago
4
add development package on pypi entry
#50
GoogleCodeExporter
closed
9 years ago
4
Gzip errors on broken pages
#49
GoogleCodeExporter
closed
9 years ago
4
a couple of deprecated warnings
#48
GoogleCodeExporter
closed
9 years ago
2
303 See Other after a POST doesn't clear the message body
#47
GoogleCodeExporter
closed
9 years ago
2
DeprecationWarning with python 2.6
#46
GoogleCodeExporter
closed
9 years ago
4
Vary header
#45
GoogleCodeExporter
closed
9 years ago
3
Http.Request() does not support iterated bodies
#44
GoogleCodeExporter
closed
9 years ago
2
_normalize_headers() does not convert values to string
#43
GoogleCodeExporter
closed
9 years ago
2
Using a timeout in the constructor always makes the socket fail
#42
GoogleCodeExporter
closed
9 years ago
4
Sockets left in CLOSE_WAIT after requests, eventually run out of file handles
#41
GoogleCodeExporter
closed
9 years ago
3
slow dns lookups (socket.getaddrinfo) corrected by socket.AF_INET option instead of 0
#40
GoogleCodeExporter
closed
9 years ago
2
patch for python 2.6 support
#39
GoogleCodeExporter
closed
9 years ago
6
Proxy support not working with squid proxy
#38
GoogleCodeExporter
closed
9 years ago
16
Does httplib2 support file upload?
#37
GoogleCodeExporter
closed
9 years ago
4
Needs to catch socket.error(54, 'Connection reset by peer')
#36
GoogleCodeExporter
closed
9 years ago
2
Default file cache doesn't work on windows
#35
GoogleCodeExporter
closed
9 years ago
1
httplib2 asks for "compress" encoding that it can't handle
#34
GoogleCodeExporter
closed
9 years ago
1
Make it possible to give nonstandard HTTP methods the same If-Match behavior as PUT
#33
GoogleCodeExporter
closed
9 years ago
1
support cache-control: max-stale and return stale responses
#32
GoogleCodeExporter
opened
9 years ago
1
email.message_from_string slows down cache retrieval for large documents
#31
GoogleCodeExporter
closed
9 years ago
1
buggy
#30
GoogleCodeExporter
closed
9 years ago
1
Errors in instantiation of exceptions
#29
GoogleCodeExporter
opened
9 years ago
0
Slow performance due to Nagle algorithm (and solution)
#28
GoogleCodeExporter
closed
9 years ago
5
No way to disable http compression.
#27
GoogleCodeExporter
closed
9 years ago
3
Can you support GET/POST http proxy instead of Connect method?
#26
GoogleCodeExporter
closed
9 years ago
2
Support for iterating over very large responses
#25
GoogleCodeExporter
closed
9 years ago
6
problem while closing connection on openbsd and maybe bsd*
#24
GoogleCodeExporter
opened
9 years ago
0
Converted documentation (Sphinx)
#23
GoogleCodeExporter
closed
9 years ago
1
Next