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

Add additional condition for including stdint.h in lib/http.h #10185

Closed
wants to merge 1 commit into from

Commits on Dec 31, 2022

  1. Add additional condition for including stdint.h in lib/http.h

    stdint.h was only included in http.h when ENABLE_QUIC was defined, but symbols from stdint.h are also used when USE_NGHTTP2 is defined. This causes build errors when USE_NGHTTP2 is defined but ENABLE_QUIC is not.
    camblomquist committed Dec 31, 2022
    Copy the full SHA
    fdcbd6c View commit details
    Browse the repository at this point in the history