After scanning the urllib2
source, it seems that connections are automatically closed even if you do specify keep-alive.
Why is this?
As it is now I just use httplib
for my persistent connections... but wonder why this is disabled (or maybe just ambiguous) in urllib2.