Merge branch 'Lekensteyn-tests-fixes'

This commit is contained in:
Tatsuhiro Tsujikawa 2016-02-16 00:08:08 +09:00
commit 094168a58f
1 changed files with 0 additions and 4 deletions

View File

@ -36,10 +36,6 @@
#include "nghttp2_test_helper.h"
#include "nghttp2_priority_spec.h"
#define OB_CTRL(ITEM) nghttp2_outbound_item_get_ctrl_frame(ITEM)
#define OB_CTRL_TYPE(ITEM) nghttp2_outbound_item_get_ctrl_frame_type(ITEM)
#define OB_DATA(ITEM) nghttp2_outbound_item_get_data_frame(ITEM)
typedef struct {
uint8_t buf[65535];
size_t length;