Updated doc
This commit is contained in:
parent
fce4be9555
commit
7cc1c73120
|
@ -112,7 +112,7 @@ typedef enum {
|
||||||
*/
|
*/
|
||||||
SPDYLAY_ERR_STREAM_ID_NOT_AVAILABLE = -509,
|
SPDYLAY_ERR_STREAM_ID_NOT_AVAILABLE = -509,
|
||||||
/**
|
/**
|
||||||
* The stream is already closed; or the stream ID is invalid.
|
* The stream is already closed; or the stream ID is invalid.
|
||||||
*/
|
*/
|
||||||
SPDYLAY_ERR_STREAM_CLOSED = -510,
|
SPDYLAY_ERR_STREAM_CLOSED = -510,
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue