index
:
nginx
master
nginx mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
http
/
ngx_http_request.h
Commit message (
Expand
)
Author
Age
*
Added "keepalive_min_timeout" directive.
Roman Arutyunyan
2025-02-05
*
Fixed request termination with AIO and subrequests (ticket #2555).
Maxim Dounin
2024-01-30
*
HTTP: removed unused r->port_start and r->port_end.
Vladimir Khomutov
2023-11-28
*
HTTP/3: postponed session creation to init() callback.
Roman Arutyunyan
2023-09-14
*
Merged with the default branch.
Sergey Kandaurov
2022-06-22
|
\
|
*
Reworked multi headers to use linked lists.
Maxim Dounin
2022-05-30
|
*
FastCGI: combining headers with identical names (ticket #1724).
Maxim Dounin
2022-05-30
*
|
Added r->response_sent flag.
Roman Arutyunyan
2021-09-30
*
|
Merged with the default branch.
Sergey Kandaurov
2021-09-01
|
\
|
|
*
Request body: reading body buffering in filters.
Maxim Dounin
2021-08-29
|
*
Request body: introduced rb->last_saved flag.
Maxim Dounin
2021-08-29
*
|
Merged with the default branch.
Sergey Kandaurov
2021-07-15
|
\
|
|
*
Disabled spaces in URIs (ticket #196).
Maxim Dounin
2021-06-28
|
*
Added CONNECT method rejection.
Maxim Dounin
2021-06-28
*
|
HTTP/3: renamed ngx_http_v3_connection_t to ngx_http_v3_session_t.
Roman Arutyunyan
2021-05-05
*
|
HTTP/3: reference h3c directly from ngx_http_connection_t.
Roman Arutyunyan
2021-05-05
*
|
HTTP/3: introduced ngx_http_v3_parse_t structure.
Roman Arutyunyan
2021-02-17
*
|
HTTP/3: refactored request parser.
Roman Arutyunyan
2021-01-22
*
|
Merged with the default branch.
Sergey Kandaurov
2020-12-15
|
\
|
|
*
Fixed parsing of absolute URIs with empty path (ticket #2079).
Maxim Dounin
2020-12-10
*
|
HTTP/3: eliminated r->method_start.
Roman Arutyunyan
2020-11-25
*
|
QUIC: added "quic" listen parameter.
Roman Arutyunyan
2020-07-21
*
|
Fixed $request_length for HTTP/3.
Roman Arutyunyan
2020-05-19
*
|
Refactored HTTP/3 parser.
Roman Arutyunyan
2020-03-18
*
|
HTTP/3.
Roman Arutyunyan
2020-03-13
*
|
Initial QUIC support in http.
Sergey Kandaurov
2020-02-28
|
/
*
Limit conn: $limit_conn_status variable.
Roman Arutyunyan
2019-11-18
*
Updated comment after 776d1bebdca2.
Roman Arutyunyan
2019-11-18
*
Limit req: $limit_req_status variable.
Roman Arutyunyan
2019-11-06
*
Variables support in limit_rate and limit_rate_after (ticket #293).
Ruslan Ermilov
2019-04-24
*
Copy regex unnamed captures to cloned subrequests.
Roman Arutyunyan
2018-12-11
*
Added r->schema.
Ruslan Ermilov
2018-06-07
*
gRPC: special handling of the TE request header.
Maxim Dounin
2018-03-17
*
Expose more headers with NGX_HTTP_HEADERS.
Ruslan Ermilov
2018-02-15
*
Basic support of the Link response header.
Ruslan Ermilov
2018-02-08
*
Upstream: keep request body file from removal if requested.
Roman Arutyunyan
2017-07-19
*
Added support for trailers in HTTP responses.
Piotr Sikora
2017-03-24
*
Background subrequests for cache updates.
Roman Arutyunyan
2017-05-25
*
Don't pretend we support HTTP major versions >1 as HTTP/1.1.
Ruslan Ermilov
2017-04-25
*
Added support for the "308 Permanent Redirect" (ticket #877).
Simon Leblanc
2017-04-11
*
Added support for "429 Too Many Requests" response (RFC6585).
Piotr Sikora
2017-03-24
*
Converted hc->busy/hc->free to use chain links.
Maxim Dounin
2017-03-07
*
Upstream: proxy_cache_background_update and friends.
Roman Arutyunyan
2017-02-10
*
Modules compatibility: compatibility with NGX_HTTP_SSL.
Maxim Dounin
2016-10-10
*
Modules compatibility: http2.
Maxim Dounin
2016-10-03
*
Modules compatibility: status fields.
Maxim Dounin
2016-09-29
*
Modules compatibility: health check fields.
Maxim Dounin
2016-09-29
*
Removed influence of some options on structures.
Ruslan Ermilov
2016-09-20
*
HTTP/2: the "421 Misdirected Request" response (closes #848).
Valentin Bartenev
2016-05-20
*
Dav: return 501 on PUT with ranges (ticket #948).
Maxim Dounin
2016-05-16
[next]