Skip to content

Conversation

wsneijers
Copy link

Hi,

I was unable to compile with GCC 14.1.0 (using C++ 23). The struct parser was not initialized in the http_parser_init function. This because the base class of HTTPParser was never properly initialized. Adding initialization fixes the issue.

…d. Added base class initialization to HTTPParser fixes this.
@gittiver gittiver merged commit 52a213d into CrowCpp:master Nov 25, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants