🐶 Brief
Some users reports that their URL doesn't get any response from Proxyman.
After investigation, it turns out that their response is missing the Content-Length, but it has the body. As a result, the HTTPParser doesn't recognized that the response is ended.
Ex:
HTTP/1.0 200 OK
Cache-Control: no-cache
Content-Type: application/json
{"name": "buzz"}
=> Missing Content-Length but it has the JSON body
👑 Criteria
🐶 Brief
Some users reports that their URL doesn't get any response from Proxyman.
After investigation, it turns out that their response is missing the Content-Length, but it has the body. As a result, the HTTPParser doesn't recognized that the response is ended.
Ex:
=> Missing Content-Length but it has the JSON body
👑 Criteria