This repository has been archived by the owner on Nov 6, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Error handling: how to get specific error messages? #476
Comments
try: const char *err_name = http_errno_name(HTTP_PARSER_ERRNO(parser));
const char *err_desc = http_errno_description(HTTP_PARSER_ERRNO(parser)); |
Sorry, I have another question. Is I mean, will |
yes |
to be sure you can check |
thx! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I found the basic error handling in
README
:But how can I get more specific error messages?
Something like
invalid HTTP method
error message.The text was updated successfully, but these errors were encountered: