http-parser icon indicating copy to clipboard operation
http-parser copied to clipboard

Split marco 'HTTP_ERRNO_MAP'

Open ProjectDInitial opened this issue 3 years ago • 0 comments

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.

ProjectDInitial avatar Feb 15 '22 05:02 ProjectDInitial