mirror of
https://github.com/moparisthebest/spdylay
synced 2024-11-05 00:55:07 -05:00
Update GOAWAY INTERNAL_ERROR value according to SPDY/3 spec change
This commit is contained in:
parent
4748443899
commit
d81827c073
@ -430,7 +430,7 @@ typedef enum {
|
||||
/**
|
||||
* INTERNAL_ERROR
|
||||
*/
|
||||
SPDYLAY_GOAWAY_INTERNAL_ERROR = 11
|
||||
SPDYLAY_GOAWAY_INTERNAL_ERROR = 2
|
||||
} spdylay_goaway_status_code;
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user