响应头中的python未解析数据 - 请求模块

时间:2016-06-01 15:31:58

标签: python python-requests

我对webapp的响应有疑问。

smth = requests.get('httpxxx')

然后我得到:

  

requests.packages.urllib3.exceptions.HeaderParsingError:   [MissingHeaderBodySeparatorDefect()],未解析的数据:'压缩   索引:1 \ r \ nConContent-Type:text / plain; charset = UTF-8 \ r \ nContent-Length:   291 \ r \ n日期:2016年6月1日星期三15:03:05 GMT \ r \ n \ r \ n'

但有些标题是可解析的:

smth.headers
{'Cache-Control': 'no-cache', 'Server': 'Apache-Coyote/1.1', 'Pragma': 'no-cache', 'Last-Modified': 'Wed, 01 Jun 2016 15:24:58 GMT'}

当contentlength超过1000时,响应将被压缩,因此会破坏所有内容。

0 个答案:

没有答案