nginx/src/http
Sergey Kandaurov 3168f58306 HTTP/3: do not emit a DATA frame header for header_only responses.
This resulted in the frame error due to the invalid DATA frame length.
2020-06-25 20:31:13 +03:00
..
modules Merged with the default branch. 2020-05-26 20:26:44 +03:00
v2 HTTP/2: invalid connection preface logging (ticket #1981). 2020-05-25 18:33:42 +03:00
v3 HTTP/3: do not emit a DATA frame header for header_only responses. 2020-06-25 20:31:13 +03:00
ngx_http_cache.h Cache: increased cache header Vary and ETag lengths to 128. 2017-02-10 17:49:19 +03:00
ngx_http_config.h Copyright updated. 2012-01-18 15:07:43 +00:00
ngx_http_copy_filter_module.c Copy filter: wake up subrequests after aio operations. 2017-03-28 18:15:42 +03:00
ngx_http_core_module.c Merged with the default branch. 2020-04-14 19:35:20 +03:00
ngx_http_core_module.h Merged with the default branch. 2020-04-14 19:35:20 +03:00
ngx_http_file_cache.c Cache: improved keys zone size error reporting. 2018-10-31 16:49:40 +03:00
ngx_http_header_filter_module.c Fixed header creation for header_only responses in HTTP/3. 2020-03-19 15:03:09 +03:00
ngx_http_parse.c Fixed $request_length for HTTP/3. 2020-05-19 15:47:37 +03:00
ngx_http_postpone_filter_module.c Postpone filter: prevented uninitialized r->out. 2018-03-01 18:38:39 +03:00
ngx_http_request_body.c HTTP/3: move body parser call out of ngx_http_parse_chunked(). 2020-05-14 14:49:53 +03:00
ngx_http_request.c Decoupled validation of Host and :authority for HTTP/2 and HTTP/3. 2020-06-02 15:59:14 +03:00
ngx_http_request.h Fixed $request_length for HTTP/3. 2020-05-19 15:47:37 +03:00
ngx_http_script.c Rewrite: fixed segfault with rewritten URI and "alias". 2019-12-16 15:19:01 +03:00
ngx_http_script.h Added ngx_http_set_complex_value_size_slot(). 2019-04-24 16:38:51 +03:00
ngx_http_special_response.c Discard request body when redirecting to a URL via error_page. 2019-12-23 15:45:46 +03:00
ngx_http_upstream_round_robin.c SSL: save sessions for upstream peers using a callback function. 2018-07-17 12:53:23 +03:00
ngx_http_upstream_round_robin.h Modules compatibility: compatibility with NGX_HTTP_SSL. 2016-10-10 18:44:17 +03:00
ngx_http_upstream.c Upstream: jump out of loop after matching the status code. 2020-05-13 22:02:47 +08:00
ngx_http_upstream.h Upstream: implemented $upstream_bytes_sent. 2018-12-13 17:23:07 +03:00
ngx_http_variables.c Variables: fixed buffer over-read when evaluating "$arg_". 2020-05-08 19:19:16 +03:00
ngx_http_variables.h Variables: macros for null variables. 2017-08-01 14:28:33 +03:00
ngx_http_write_filter_module.c Variables support in limit_rate and limit_rate_after (ticket #293). 2019-04-24 16:38:54 +03:00
ngx_http.c Do not close QUIC sockets in ngx_close_listening_sockets(). 2020-06-23 11:57:00 +03:00
ngx_http.h Parsing HTTP/3 request body. 2020-03-27 19:41:06 +03:00