Skip to content

Fix nghttp2_strerror -> nghttp2_http2_strerror in debug messages - #5641

Closed
jbms wants to merge 1 commit into
curl:masterfrom
jbms:fix-http2-debug-messages
Closed

Fix nghttp2_strerror -> nghttp2_http2_strerror in debug messages#5641
jbms wants to merge 1 commit into
curl:masterfrom
jbms:fix-http2-debug-messages

Conversation

@jbms

@jbms jbms commented Jul 2, 2020

Copy link
Copy Markdown
Contributor

Confusingly, nghttp2 has two different error code enums:

  • nghttp2_error, to be used with nghttp2_strerror
  • nghttp2_error_code, to be used with nghttp2_http2_strerror

Confusingly, nghttp2 has two different error code enums:

- nghttp2_error, to be used with nghttp2_strerror
- nghttp2_error_code, to be used with nghttp2_http2_strerror
@bagder

bagder commented Jul 2, 2020

Copy link
Copy Markdown
Member

Thanks!

@bagder bagder closed this in 31f0e86 Jul 2, 2020
@jay jay added the HTTP/2 label Jul 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Development

Successfully merging this pull request may close these issues.

3 participants