From 800b362935251a1dcb7eacf860bddee8bea1c21a Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Wed, 25 Jan 2012 23:55:11 +0900 Subject: [PATCH] Updated doc --- lib/includes/spdylay/spdylay.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/includes/spdylay/spdylay.h b/lib/includes/spdylay/spdylay.h index 65a614f4..946b4e6f 100644 --- a/lib/includes/spdylay/spdylay.h +++ b/lib/includes/spdylay/spdylay.h @@ -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;