Skip to content

nghttp2: use custom memory functions #15527

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

Closed

Conversation

eeverettrbx
Copy link
Contributor

Provide libcurl's memory functions as callbacks to replace nghttp2's own memory functions. This allows custom memory callbacks provided by users of libcurl to be used by nghttp2 as well.

Provide libcurl's memory functions as callbacks to replace nghttp2's own memory
functions. This allows custom memory callbacks provided by users of libcurl to
be used by nghttp2 as well.
@github-actions github-actions bot added the HTTP label Nov 8, 2024
@vszakats vszakats added the HTTP/2 label Nov 8, 2024
@bagder
Copy link
Member

bagder commented Nov 8, 2024

The nghttp2 git log shows this feature and function were added in nghttp2/nghttp2@c0ffed7, in December 2014, shipped in v0.7.0. Should be safe to use.

@bagder bagder closed this in 9089ef1 Nov 8, 2024
@bagder
Copy link
Member

bagder commented Nov 8, 2024

Thanks!

pps83 pushed a commit to pps83/curl that referenced this pull request Apr 26, 2025
Provide libcurl's memory functions as callbacks to replace nghttp2's own memory
functions. This allows custom memory callbacks provided by users of libcurl to
be used by nghttp2 as well.

Closes curl#15527
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.

3 participants