1
0
mirror of https://github.com/moparisthebest/spdylay synced 2024-08-13 17:03:54 -04:00

Merge git://github.com/sorced-jim/spdylay into sorced-jim-master

This commit is contained in:
Tatsuhiro Tsujikawa 2012-03-11 22:44:39 +09:00
commit 686c2ea95d

View File

@ -196,7 +196,7 @@ typedef struct {
int32_t stream_id;
int32_t assoc_stream_id;
/* 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. */
uint8_t pri;
/* Since SPDY/3 */