[GH-ISSUE #401] Invalid Response with no Content-Length #399

Closed
opened 2026-03-03 19:18:15 +03:00 by kerem · 1 comment
Owner

Originally created by @NghiaTranUIT on GitHub (Feb 21, 2020).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/401

Originally assigned to: @NghiaTranUIT on GitHub.

🐶 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.
Originally created by @NghiaTranUIT on GitHub (Feb 21, 2020). Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/401 Originally assigned to: @NghiaTranUIT on GitHub. ## 🐶 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 - [x] Fix this problem.
kerem 2026-03-03 19:18:15 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@NghiaTranUIT commented on GitHub (Feb 21, 2020):

All done 🙌

Beta: https://proxyman.s3.us-east-2.amazonaws.com/beta/Proxyman_1.16.0_Invalid_Map_Local.dmg

<!-- gh-comment-id:589703160 --> @NghiaTranUIT commented on GitHub (Feb 21, 2020): All done 🙌 Beta: https://proxyman.s3.us-east-2.amazonaws.com/beta/Proxyman_1.16.0_Invalid_Map_Local.dmg
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Proxyman#399
No description provided.