http-parser
http-parser copied to clipboard
Split marco 'HTTP_ERRNO_MAP'
The macro 'HTTP_ERRNO_MAP' has two kinds error (callback-error and parsing-error). when we are coding, we always used the two kinds error, but we can't good for write the code. So, Split marco 'HTTP_ERRNO_MAP' to 'HTTP_ERRNO_CALLBACK_MAP' and 'HTTP_ERRNO_PARSING_MAP' help us for coding.