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/2, write response directly #12828

Closed
wants to merge 2 commits into from
Closed

Conversation

icing
Copy link
Contributor

@icing icing commented Jan 31, 2024

  • use the new Curl_xfer_write_resp() to write incoming responses directly to the client
  • eliminates stream->recvbuf
  • memory consumption on parallel transfers minimized

- use the new `Curl_xfer_write_resp()` to write incoming
  responses directly to the client
- eliminates `stream->recvbuf`
- memory consumption on parallel transfers minimized
@bagder bagder closed this in 0dc0362 Feb 5, 2024
dkarpov1970 pushed a commit to dkarpov1970/curl that referenced this pull request Mar 4, 2024
- use the new `Curl_xfer_write_resp()` to write incoming responses
  directly to the client
- eliminates `stream->recvbuf`
- memory consumption on parallel transfers minimized

Closes curl#12828
dkarpov1970 pushed a commit to dkarpov1970/curl that referenced this pull request Mar 28, 2024
- use the new `Curl_xfer_write_resp()` to write incoming responses
  directly to the client
- eliminates `stream->recvbuf`
- memory consumption on parallel transfers minimized

Closes curl#12828
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

1 participant