mirror of
https://github.com/nghttp2/nghttp2.git
synced 2025-12-07 18:48:54 +08:00
Fix a typo.
This commit is contained in:
@@ -157,7 +157,7 @@ typedef struct {
|
|||||||
int32_t stream_id;
|
int32_t stream_id;
|
||||||
int32_t assoc_stream_id;
|
int32_t assoc_stream_id;
|
||||||
/* 0 (Highest) to SPDYLAY_SPDY2_PRI_LOWEST or
|
/* 0 (Highest) to SPDYLAY_SPDY2_PRI_LOWEST or
|
||||||
SPDYLAY_SPDY3_PRI_LOWEST (loweset), depending on the protocol
|
SPDYLAY_SPDY3_PRI_LOWEST (lowest), depending on the protocol
|
||||||
version. */
|
version. */
|
||||||
uint8_t pri;
|
uint8_t pri;
|
||||||
/* Since SPDY/3 */
|
/* Since SPDY/3 */
|
||||||
|
|||||||
Reference in New Issue
Block a user