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 ?
Why do you think it’s not already using http 1.1? Have you tried something like…:
(etc, etc)? This should show it’s sending a 1.1 GET request already.