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

http, move headers collecting to writer #12880

Closed
wants to merge 3 commits into from
Closed

Conversation

icing
Copy link
Contributor

@icing icing commented Feb 6, 2024

  • add a client writer that does "push" response
    headers written to the client if the headers api
    is enabled
  • remove special handling in sendf.c
  • needs to be installed very early on connection
    setup to catch CONNECT response headers

Also: Curl_client_write(), make passed buf const

- add a client writer that does "push" response
  headers written to the client if the headers api
  is enabled
- remove special handling in sendf.c
- needs to be installed very early on connection
  setup to catch CONNECT response headers
@bagder bagder closed this in 2abfa38 Feb 26, 2024
bagder pushed a commit that referenced this pull request Feb 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants