Closed GoogleCodeExporter closed 8 years ago
Additional info, I'm requesting json formatting:
headers={'cache-control':'no-cache', 'content-type':'application/json'}
Original comment by bruce.e...@gmail.com
on 23 Sep 2011 at 3:39
Are you sure the client is truncating anything? The 200 and 201 responses are
different and I can't see anything in the http rfc to say that a body is
expected from a 201 response. The 200 response however, can indeed have a body
(the content is dependant on the method used for the request).
I also had a peek at the code and can't see where it would be truncating the
response content.
Could it be that the server is just not giving any payload content, opposed to
httplib doing anything to trucate it?
Original comment by bex.le...@gmail.com
on 27 Oct 2011 at 1:13
I confirm that it is *not* httplib2 problem. Just tested on 0.7.0 and 0.7.1.
Original comment by temotor
on 28 Oct 2011 at 8:05
Can't duplicate.
Original comment by joe.gregorio@gmail.com
on 6 Jan 2012 at 7:14
Original issue reported on code.google.com by
bruce.e...@gmail.com
on 23 Sep 2011 at 3:10