diff options
| author | Maxim Dounin <mdounin@mdounin.ru> | 2018-03-17 23:04:20 +0300 |
|---|---|---|
| committer | Maxim Dounin <mdounin@mdounin.ru> | 2018-03-17 23:04:20 +0300 |
| commit | c554dd1434e1378ac5f83a97b6d250b772941498 (patch) | |
| tree | 71f2483b96c9038568d10ebbfd100ad3231f9183 /src/http/v2/ngx_http_v2.c | |
| parent | b84b67bc0f434747f3e13c5faf8ddf71acd11049 (diff) | |
| download | nginx-c554dd1434e1378ac5f83a97b6d250b772941498.tar.gz nginx-c554dd1434e1378ac5f83a97b6d250b772941498.tar.bz2 | |
HTTP/2: externalized various constants and interfaces.
Diffstat (limited to 'src/http/v2/ngx_http_v2.c')
| -rw-r--r-- | src/http/v2/ngx_http_v2.c | 2 |
1 files changed, 0 insertions, 2 deletions
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 |
