1
0
mirror of https://github.com/moparisthebest/spdylay synced 2024-11-04 16:45:07 -05:00

Update GOAWAY INTERNAL_ERROR value according to SPDY/3 spec change

This commit is contained in:
Tatsuhiro Tsujikawa 2012-11-14 21:17:04 +09:00
parent 4748443899
commit d81827c073

View File

@ -430,7 +430,7 @@ typedef enum {
/**
* INTERNAL_ERROR
*/
SPDYLAY_GOAWAY_INTERNAL_ERROR = 11
SPDYLAY_GOAWAY_INTERNAL_ERROR = 2
} spdylay_goaway_status_code;
/**