[GH-ISSUE #517] Respect Connection: Close or Keep-Alive #514

Open
opened 2026-03-03 19:19:27 +03:00 by kerem · 1 comment
Owner

Originally created by @NghiaTranUIT on GitHub (Jun 4, 2020).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/517

Originally assigned to: @NghiaTranUIT on GitHub.

Description

Proxyman Core v1 will close the connection after receiving the response (SSL-Proxying), it's really bad performance because the client has to do handshake again.

Since we're working on HTTPHandler, it's a perfect time to support this feature

Acceptance Criteria

  • Don't close the connection anymore, just keep the tunnel opens
  • Receive and generate Requests and Response continuously
Originally created by @NghiaTranUIT on GitHub (Jun 4, 2020). Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/517 Originally assigned to: @NghiaTranUIT on GitHub. ### Description Proxyman Core v1 will close the connection after receiving the response (SSL-Proxying), it's really bad performance because the client has to do handshake again. Since we're working on HTTPHandler, it's a perfect time to support this feature ### Acceptance Criteria - Don't close the connection anymore, just keep the tunnel opens - Receive and generate Requests and Response continuously
Author
Owner

@NghiaTranUIT commented on GitHub (Jun 7, 2020):

Support in #500

<!-- gh-comment-id:640188699 --> @NghiaTranUIT commented on GitHub (Jun 7, 2020): Support in #500
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#514
No description provided.