Updated doc
This commit is contained in:
parent
46478c2398
commit
800b362935
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue