1
0
mirror of https://github.com/moparisthebest/spdylay synced 2024-12-21 23:28:52 -05:00

Updated doc

This commit is contained in:
Tatsuhiro Tsujikawa 2012-01-25 23:55:11 +09:00
parent 46478c2398
commit 800b362935

View File

@ -89,6 +89,7 @@ typedef struct {
spdylay_ctrl_hd hd;
int32_t stream_id;
int32_t assoc_stream_id;
/* 0 (Highest) to 3 (Lowest). Looks like spdy/2 spec is wrong. */
uint8_t pri;
char **nv;
} spdylay_syn_stream;