Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

h1/h2 proxy unification #11808

Closed
wants to merge 3 commits into from
Closed

h1/h2 proxy unification #11808

wants to merge 3 commits into from

Conversation

icing
Copy link
Contributor

@icing icing commented Sep 6, 2023

  • use shared code for setting up the CONNECT request when tunneling, used in HTTP/1.x and HTTP/2 proxying
  • eliminate use of Curl_buffer_send() and other manipulations of data->req or data->state.ulbuf

- use shared code for setting up the CONNECT request
  when tunneling, used in HTTP/1.x and HTTP/2 proxying
- eliminate use of Curl_buffer_send() and other manipulations
  of `data->req` or `data->state.ulbuf`
@bagder bagder closed this in bb4032a Sep 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

None yet

2 participants