Author: rhuijben
Revision: 1709184
Modified property: svn:log
Modified: svn:log at Sat Oct 17 15:29:48 2015
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Sat Oct 17 15:29:48 2015
@@ -1,14 +1,9 @@
-Add a new bucket type that handles reading an http2 frame.
-
-* serf-dev/dev/buckets/http2_frame_buckets.c
- New file.
+Prepare for adding a new bucket type that can handle reading an http2 frame,
+by accidentally committing just the header update. The actual support is in
+r1709185.
* serf-dev/dev/serf_bucket_types.h
(serf_bucket_type_http2_unframe): New bucket type.
(SERF_BUCKET_IS_HTTP2_UNFRAME): New define.
(serf_bucket_http2_unframe_create,
serf_http2_unframe_bucket_read_info): New function.
-
-* serf-dev/dev/test/test_buckets.c
- (test_http2_unframe_buckets): New function.
- (test_buckets): Add function to suite.