Skip to content

Invalid Response with no Content-Length #401

@NghiaTranUIT

Description

@NghiaTranUIT

🐶 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

  • Fix this problem.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions