Skip to content
Snippets Groups Projects
Commit bcf9d9f4 authored by Craig Tiller's avatar Craig Tiller
Browse files

Remove old code

parent 3d13d7e1
No related branches found
No related tags found
No related merge requests found
......@@ -46,8 +46,6 @@
#include "src/core/lib/debug/trace.h"
#include "src/core/lib/transport/http2_errors.h"
#define MAX_MAX_HEADER_LIST_SIZE (1024 * 1024 * 1024)
static uint8_t *fill_header(uint8_t *out, uint32_t length, uint8_t flags) {
*out++ = (uint8_t)(length >> 16);
*out++ = (uint8_t)(length >> 8);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment