Author: rhuijben
Revision: 1709256
Modified property: svn:log
Modified: svn:log at Mon Oct 19 10:53:55 2015
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Mon Oct 19 10:53:55 2015
@@ -1,7 +1,7 @@
Tweak http2 buckets a bit. Remove an unneeded argument and the necessary
state for providing that value.
-* serf-dev/dev/buckets/http2_frame_buckets.c
+* buckets/http2_frame_buckets.c
(http2_unframe_context_t): Remove unused variable. Reorder variables
based on their size to not unneededly keep a huge state.
(serf_bucket_http2_unframe_create): Store boolean as char.
@@ -15,11 +15,11 @@ state for providing that value.
serf_http2_unframe_get_remaining): Update caller.
(serf_http2_unpad_read_padsize): Implement http2 MUST.
-* serf-dev/dev/serf_bucket_types.h
+* serf_bucket_types.h
(serf_http2_unframe_bucket_read_info): Rename to...
(serf_bucket_http2_unframe_read_info): ... this and remove argument.
-* serf-dev/dev/test/test_buckets.c
+* test/test_buckets.c
(test_http2_unframe_buckets): Update caller.
(test_http2_unpad_buckets): Update caller. Extend test to test a few
edge cases.