Closed GoogleCodeExporter closed 9 years ago
The reason this problem isn't showing up via
test/duplicate-headers/multilink.asis is because, as far as I can tell, nginx
is concatenating the Link headers before sending a response. A raw telnet to
port 80 getting that returns:
Link: <http://bitworking.org>; rel="home"; title="BitWorking",
<http://bitworking.org/index.rss>; rel="feed"; title="BitWorking"
So an additional test will be required, which I'm poking at now.
Original comment by chris.d...@gmail.com
on 8 Oct 2012 at 4:01
Meh, tests need something like wsgi-intercept, see
http://code.google.com/p/httplib2/issues/detail?id=84
In any case a diff with a simple fix without tests is attached. It is based on
the code found in the python2.7 httplib.
Original comment by chris.d...@gmail.com
on 8 Oct 2012 at 7:55
Attachments:
Fixed in
http://code.google.com/p/httplib2/source/detail?r=4dd0d6cc00c16caa00dbc5af29d160
0aaf523c94
Original comment by joe.gregorio@gmail.com
on 12 Nov 2012 at 6:56
Original issue reported on code.google.com by
chris.d...@gmail.com
on 3 Oct 2012 at 4:45