Author: rhuijben
Revision: 1709385
Modified property: svn:log
Modified: svn:log at Mon Oct 19 10:53:34 2015
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Mon Oct 19 10:53:34 2015
@@ -2,17 +2,17 @@ Following up on r1709335, cleanup the im
the encoding step. Reorder and rename arguments to more closely follow
other serf functions.
-* serf-dev/dev/buckets/hpack_buckets.c
+* buckets/hpack_buckets.c
(EOS_CHAR): New define.
(serf__hpack_huffman_decode): Update documentation and arguments. Explicitly
handle corner cases exactly as specified by the RFC.
(serf__hpack_huffman_encode): New function.
-* serf-dev/dev/serf_private.h
+* serf_private.h
(serf__hpack_huffman_decode): Tweak arguments.
(serf__hpack_huffman_encode): New function.
-* serf-dev/dev/test/test_buckets.c
+* test/test_buckets.c
(test_hpack_huffman_decode): Update caller. Extend with more corner cases.
(test_hpack_huffman_encode): New function.
(test_buckets): Add test_hpack_huffman_encode.