TA的每日心情 | 衰 2016-12-30 10:59 |
---|
签到天数: 6 天 连续签到: 1 天 [LV.2]测试排长
|
Message Code 26697
Missing CR/LF after body/trailer ("Transfer-Encoding: chunked") for 'URL'
The script probably specifies web_add_header( "Accept?Encoding", "chunked") and/or web_add_auto_header( "Accept?Encoding", "chunked"). The server responded by sending a message with a response header "Transfer?Encoding: chunked" and response body structured accordingly. The structure of the body returned from the server seems to be invalid.
Troubleshooting
Look in the script for web_add_header( "Accept?Encoding", "chunked") and/or web_add_auto_header( "Accept?Encoding", "chunked"), and comment out or remove these lines. |
|