我对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时,响应将被压缩,因此会破坏所有内容。