summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_request.h (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2024-01-30Fixed request termination with AIO and subrequests (ticket #2555).Maxim Dounin1-0/+1
2023-11-28HTTP: removed unused r->port_start and r->port_end.Vladimir Khomutov1-2/+0
2023-09-14HTTP/3: postponed session creation to init() callback.Roman Arutyunyan1-4/+0
2022-05-30Reworked multi headers to use linked lists.Maxim Dounin1-6/+6
2022-05-30FastCGI: combining headers with identical names (ticket #1724).Maxim Dounin1-0/+2
2021-09-30Added r->response_sent flag.Roman Arutyunyan1-0/+1
2021-08-29Request body: reading body buffering in filters.Maxim Dounin1-0/+2
2021-08-29Request body: introduced rb->last_saved flag.Maxim Dounin1-0/+1
2021-06-28Disabled spaces in URIs (ticket #196).Maxim Dounin1-3/+0
2021-06-28Added CONNECT method rejection.Maxim Dounin1-16/+17
2021-05-05HTTP/3: renamed ngx_http_v3_connection_t to ngx_http_v3_session_t.Roman Arutyunyan1-1/+1
2021-05-05HTTP/3: reference h3c directly from ngx_http_connection_t.Roman Arutyunyan1-1/+4
2021-02-17HTTP/3: introduced ngx_http_v3_parse_t structure.Roman Arutyunyan1-4/+1
2021-01-22HTTP/3: refactored request parser.Roman Arutyunyan1-1/+1
2020-12-10Fixed parsing of absolute URIs with empty path (ticket #2079).Maxim Dounin1-0/+3
2020-11-25HTTP/3: eliminated r->method_start.Roman Arutyunyan1-1/+0
2020-07-21QUIC: added "quic" listen parameter.Roman Arutyunyan1-1/+0
2020-05-19Fixed $request_length for HTTP/3.Roman Arutyunyan1-0/+1
2020-03-18Refactored HTTP/3 parser.Roman Arutyunyan1-8/+1
2020-03-13HTTP/3.Roman Arutyunyan1-0/+13
2020-02-28Initial QUIC support in http.Sergey Kandaurov1-0/+1
2019-11-18Limit conn: $limit_conn_status variable.Roman Arutyunyan1-1/+1
2019-11-18Updated comment after 776d1bebdca2.Roman Arutyunyan1-1/+1
2019-11-06Limit req: $limit_req_status variable.Roman Arutyunyan1-1/+1
2019-04-24Variables support in limit_rate and limit_rate_after (ticket #293).Ruslan Ermilov1-0/+3
2018-12-11Copy regex unnamed captures to cloned subrequests.Roman Arutyunyan1-0/+4
2018-06-07Added r->schema.Ruslan Ermilov1-0/+1
2018-03-17gRPC: special handling of the TE request header.Maxim Dounin1-0/+1
2018-02-15Expose more headers with NGX_HTTP_HEADERS.Ruslan Ermilov1-1/+1
2018-02-08Basic support of the Link response header.Ruslan Ermilov1-0/+1
2017-07-19Upstream: keep request body file from removal if requested.Roman Arutyunyan1-0/+1
2017-03-24Added support for trailers in HTTP responses.Piotr Sikora1-0/+2
2017-05-25Background subrequests for cache updates.Roman Arutyunyan1-1/+2
2017-04-25Don't pretend we support HTTP major versions >1 as HTTP/1.1.Ruslan Ermilov1-2/+4
2017-04-11Added support for the "308 Permanent Redirect" (ticket #877).Simon Leblanc1-0/+1
2017-03-24Added support for "429 Too Many Requests" response (RFC6585).Piotr Sikora1-0/+1
2017-03-07Converted hc->busy/hc->free to use chain links.Maxim Dounin1-3/+2
2017-02-10Upstream: proxy_cache_background_update and friends.Roman Arutyunyan1-1/+4
2016-10-10Modules compatibility: compatibility with NGX_HTTP_SSL.Maxim Dounin1-3/+1
2016-10-03Modules compatibility: http2.Maxim Dounin1-4/+0
2016-09-29Modules compatibility: status fields.Maxim Dounin1-0/+1
2016-09-29Modules compatibility: health check fields.Maxim Dounin1-0/+2
2016-09-20Removed influence of some options on structures.Ruslan Ermilov1-4/+1
2016-05-20HTTP/2: the "421 Misdirected Request" response (closes #848).Valentin Bartenev1-0/+1
2016-05-16Dav: return 501 on PUT with ranges (ticket #948).Maxim Dounin1-0/+1
2016-04-01HTTP/2: rewritten handling of request body.Valentin Bartenev1-0/+3
2015-12-07Slice filter.Roman Arutyunyan1-0/+2
2015-09-11The HTTP/2 implementation (RFC 7240, 7241).Valentin Bartenev1-2/+3
2015-08-31Decreased the NGX_HTTP_MAX_SUBREQUESTS limit.Valentin Bartenev1-1/+1
2015-08-31Added protection against r->main->count overflow by subrequests.Valentin Bartenev1-1/+1