comparison src/http/modules/ngx_http_quic_module.h @ 8679:e1eb7f4ca9f1 quic

HTTP/3: refactored request parser. The change reduces diff to the default branch for src/http/ngx_http_request.c and src/http/ngx_http_parse.c.
author Roman Arutyunyan <arut@nginx.com>
date Fri, 22 Jan 2021 16:34:06 +0300
parents e0947c952d43
children 554e11a325a9
comparison
equal deleted inserted replaced
8678:3443ee341cc1 8679:e1eb7f4ca9f1
16 16
17 #define NGX_HTTP_QUIC_ALPN_ADVERTISE "\x02hq" 17 #define NGX_HTTP_QUIC_ALPN_ADVERTISE "\x02hq"
18 #define NGX_HTTP_QUIC_ALPN_DRAFT_FMT "\x05hq-%02uD" 18 #define NGX_HTTP_QUIC_ALPN_DRAFT_FMT "\x05hq-%02uD"
19 19
20 20
21 extern ngx_module_t ngx_http_quic_module; 21 ngx_int_t ngx_http_quic_init(ngx_connection_t *c);
22 22
23 23
24 #endif /* _NGX_HTTP_QUIC_H_INCLUDED_ */ 24 #endif /* _NGX_HTTP_QUIC_H_INCLUDED_ */