Skip to content

Support proxy keep-alive #4086

Closed
Closed
@mcollina

Description

@mcollina

As a side-effect of the investigation of @joyeecheung in #4083, it seems we should be doing proxy keep-alive, while we are not.

Undici:

----- Received Request -----
CONNECT example.com:443 HTTP/1.1
host: example.com
connection: close

Curl:

----- Received Request -----
CONNECT example.com:443 HTTP/1.1
host: example.com:443
user-agent: curl/8.7.1
proxy-connection: Keep-Alive 

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions