feat(ffi): add HYPERE_INVALID_PEER_MESSAGE error code for parse errors
This commit is contained in:
@@ -54,6 +54,10 @@ typedef enum {
|
||||
An optional hyper feature was not enabled.
|
||||
*/
|
||||
HYPERE_FEATURE_NOT_ENABLED,
|
||||
/*
|
||||
The peer sent an HTTP message that could not be parsed.
|
||||
*/
|
||||
HYPERE_INVALID_PEER_MESSAGE,
|
||||
} hyper_code;
|
||||
|
||||
typedef enum {
|
||||
|
||||
Reference in New Issue
Block a user