energyd / httplib2

Automatically exported from code.google.com/p/httplib2
0 stars 0 forks source link

connection_type discarded for redirects #305

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Pass in a custom connection_type to request with a uri that returns a 307.

What is the expected output? What do you see instead?
It is expected that the custom connection_type is used after the redirect is 
followed, but instead it is not used.

What version of the product are you using? On what operating system?
Linux, python 2.7.3, httplib2 @df8bfce22cc07127164235da2850c3c5b0caae3f

Please provide any additional information below.
I plan on submitting a patch request to fix this shortly.

Original issue reported on code.google.com by thob...@google.com on 14 Jan 2014 at 11:01