Files
nghttp2/lib
Tatsuhiro Tsujikawa 88b69bb669 Reduce huffman decoding table
Previously we have uint16_t as state member variable in
nghttp2_huff_decode structure to express -1 as failure.  This is
because we have 256 valid states.  However, we can express failed
state using flags member variable and make state uint8_t.  This commit
does this and as a result the size of decoding table is reduced.
2014-05-31 00:19:30 +09:00
..
2014-05-13 23:42:55 +09:00
2014-05-13 23:42:55 +09:00
2014-05-13 23:42:55 +09:00
2014-05-06 17:05:47 +02:00
2014-05-10 18:27:53 +09:00
2014-03-30 19:26:37 +09:00
2014-03-30 19:26:37 +09:00
2014-03-30 19:26:37 +09:00
2014-04-01 21:47:51 +09:00
2014-03-30 19:26:37 +09:00
2014-03-30 19:26:37 +09:00
2014-03-30 19:26:37 +09:00
2014-03-30 19:26:37 +09:00
2014-03-30 19:26:37 +09:00
2014-03-30 19:26:37 +09:00