summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_upstream.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-07Upstream: handling of certificates specified as an empty string.Sergey Kandaurov1-2/+4
2022-06-07Upstream: fixed X-Accel-Expires/Cache-Control/Expires handling.Maxim Dounin1-7/+22
2022-05-31Upstream: fixed build without http cache (broken by cd73509f21e2).Maxim Dounin1-4/+5
2022-05-30Upstream: multiple WWW-Authenticate headers (ticket #485).Maxim Dounin1-9/+17
2022-05-30Upstream: handling of multiple Vary headers (ticket #1423).Maxim Dounin1-5/+43
2022-05-30Upstream: duplicate headers ignored or properly linked.Maxim Dounin1-9/+103
2022-05-30Upstream: header handlers can now return parsing errors.Maxim Dounin1-3/+50
2022-05-30Upstream: all known headers in u->headers_in are linked lists now.Maxim Dounin1-0/+9
2022-05-30All known output headers can be linked lists now.Maxim Dounin1-0/+7
2022-05-30Upstream: simplified Accept-Ranges handling.Maxim Dounin1-2/+1
2022-05-30Upstream: simplified Content-Encoding handling.Maxim Dounin1-33/+3
2022-05-30Upstream: style.Maxim Dounin1-7/+17
2022-05-30Reworked multi headers to use linked lists.Maxim Dounin1-43/+13
2022-05-30Combining unknown headers during variables lookup (ticket #1316).Maxim Dounin1-2/+2
2021-11-25HTTP/2: fixed sendfile() aio handling.Maxim Dounin1-0/+14
2021-11-25HTTP/2: fixed "task already active" with sendfile in threads.Maxim Dounin1-0/+22
2021-10-29Upstream: sendfile_max_chunk support.Maxim Dounin1-3/+6
2021-10-21SSL: SSL_sendfile() support with kernel TLS.Maxim Dounin1-3/+5
2021-08-20Upstream: fixed timeouts with gRPC, SSL and select (ticket #2229).Maxim Dounin1-0/+4
2021-05-06Upstream: variables support in certificates.Maxim Dounin1-0/+51
2021-03-28Fixed handling of already closed connections.Maxim Dounin1-3/+8
2021-03-28Upstream: fixed broken connection check with eventport.Maxim Dounin1-0/+6
2021-03-28Upstream: fixed non-buffered proxying with eventport.Maxim Dounin1-3/+1
2021-01-12Upstream: fixed zero size buf alerts on extra data (ticket #2117).Maxim Dounin1-0/+7
2020-07-29Cache: ignore stale-if-error for 4xx and 5xx codes.Roman Arutyunyan1-1/+1
2020-07-06FastCGI: protection from responses with wrong length.Maxim Dounin1-1/+2
2020-07-06Upstream: drop extra data sent by upstream.Maxim Dounin1-5/+14
2020-05-13Upstream: jump out of loop after matching the status code.Jinhua Tan1-0/+2
2019-07-18Upstream: fixed EOF handling in unbuffered and upgraded modes.Maxim Dounin1-3/+26
2019-06-03Upstream: background cache update before cache send (ticket #1782).Roman Arutyunyan1-11/+8
2019-04-24Variables support in limit_rate and limit_rate_after (ticket #293).Ruslan Ermilov1-0/+2
2019-02-11Upstream: fixed logging of required buffer size (ticket #1722).Chanhun Jeong1-1/+1
2018-12-13Upstream: implemented $upstream_bytes_sent.Ruslan Ermilov1-0/+15
2018-11-21Upstream: revised upstream response time variables.Vladimir Homutov1-15/+17
2018-10-03Upstream: proxy_socket_keepalive and friends.Vladimir Homutov1-0/+4
2018-08-24Upstream: fixed request chain traversal (ticket #1618).Vladimir Homutov1-1/+1
2018-08-10Upstream keepalive: keepalive_requests directive.Maxim Dounin1-0/+2
2018-07-17SSL: save sessions for upstream peers using a callback function.Sergey Kandaurov1-4/+24
2018-07-02Upstream: fixed tcp_nopush with gRPC.Maxim Dounin1-0/+12
2018-07-02Upstream: fixed unexpected tcp_nopush usage on peer connections.Maxim Dounin1-0/+4
2018-06-13Upstream: disable body cleanup with preserve_output (ticket #1565).Maxim Dounin1-1/+2
2018-04-05Upstream: fixed u->conf->preserve_output (ticket #1519).Maxim Dounin1-6/+12
2018-04-03Upstream: fixed ngx_http_upstream_test_next() conditions.Maxim Dounin1-2/+18
2018-03-19Fixed checking ngx_tcp_push() and ngx_tcp_nopush() return values.Ruslan Ermilov1-1/+1
2018-03-17Upstream: u->conf->preserve_output flag.Maxim Dounin1-2/+4
2018-03-17Upstream: u->request_body_blocked flag.Maxim Dounin1-2/+19
2018-03-17Upstream: trailers support, u->conf->pass_trailers flag.Maxim Dounin1-0/+96
2018-02-28Generic subrequests in memory.Roman Arutyunyan1-125/+1
2018-02-08Basic support of the Link response header.Ruslan Ermilov1-0/+5
2018-01-30Upstream: removed X-Powered-By from the list of special headers.Ruslan Ermilov1-4/+0