From c554dd1434e1378ac5f83a97b6d250b772941498 Mon Sep 17 00:00:00 2001 From: Maxim Dounin Date: Sat, 17 Mar 2018 23:04:20 +0300 Subject: HTTP/2: externalized various constants and interfaces. --- src/http/v2/ngx_http_v2.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/http/v2/ngx_http_v2.c') diff --git a/src/http/v2/ngx_http_v2.c b/src/http/v2/ngx_http_v2.c index 32d766b9d..b98665a2e 100644 --- a/src/http/v2/ngx_http_v2.c +++ b/src/http/v2/ngx_http_v2.c @@ -54,8 +54,6 @@ typedef struct { #define NGX_HTTP_V2_FRAME_BUFFER_SIZE 24 -#define NGX_HTTP_V2_DEFAULT_FRAME_SIZE (1 << 14) - #define NGX_HTTP_V2_ROOT (void *) -1 -- cgit