| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2023-10-25 | HTTP: refactor: storing the body_handler as part of r. | Alejandro Colomar | 1 | -1/+3 | |
| This will allow sending the header from a totally different point, since the data for the call is present in the request, which is available everywhere. It will also allow consulting in a filter if there is a body_handler installed. The gzip filter will need this, as it should be a no-op if there is no body handler installed. Signed-off-by: Alejandro Colomar <alx@nginx.com> Signed-off-by: Alejandro Colomar <alx@kernel.org> | |||||
| 2021-07-26 | Router: renamed nxt_http_proxy_create() as nxt_http_proxy_init(). | Zhidao HONG | 1 | -6/+13 | |
| No functional changes. | |||||
| 2020-09-07 | Upstream connection was not closed for short chunked response. | Igor Sysoev | 1 | -27/+3 | |
| 2020-06-23 | Upstream chunked transfer encoding support. | Igor Sysoev | 1 | -31/+11 | |
| 2020-03-06 | Round robin upstream added. | Igor Sysoev | 1 | -29/+95 | |
| 2019-11-14 | Processing inconsistent proxied response length. | Igor Sysoev | 1 | -2/+25 | |
| Keepalive connection is disabled if upstream response length differs from specified in the "Content-Length" field value. | |||||
| 2019-11-14 | Initial proxy support. | Igor Sysoev | 1 | -0/+380 | |
