EDIT:
This question is invalid. Turns out a transparent proxy was making an onward HTTP 1.0 request even though urllib/httplib was indeed making a HTTP 1.1 request originally.
ORIGINAL QUESTION:
By default urllib2.urlopen
always makes a HTTP 1.0 request.
Is there any way to get it to talk HTTP 1.1 ?