Skip to content

Commit

Permalink
Merge branch 'main' into raft_scenarios_overspecified
Browse files Browse the repository at this point in the history
  • Loading branch information
achamayou authored Jan 9, 2025
2 parents fe2f575 + c9a9cfd commit 58cc3da
Show file tree
Hide file tree
Showing 21 changed files with 2,263 additions and 6,855 deletions.
2 changes: 1 addition & 1 deletion 3rdparty/exported/llhttp/api.c
Original file line number Diff line number Diff line change
Expand Up @@ -507,4 +507,4 @@ void llhttp__debug(llhttp_t* s, const char* p, const char* endp,
fprintf(stderr, "p=%p type=%d flags=%02x next=%02x debug=%s\n", s,
s->type, s->flags, *p, msg);
}
}
}
2 changes: 1 addition & 1 deletion 3rdparty/exported/llhttp/http.c
Original file line number Diff line number Diff line change
Expand Up @@ -167,4 +167,4 @@ int llhttp_should_keep_alive(const llhttp_t* parser) {
}

return !llhttp_message_needs_eof(parser);
}
}
Loading

0 comments on commit 58cc3da

Please sign in to comment.