Updated doc

This commit is contained in:
Tatsuhiro Tsujikawa 2012-01-25 23:55:11 +09:00
parent 46478c2398
commit 800b362935
1 changed files with 1 additions and 0 deletions

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;