summaryrefslogtreecommitdiffhomepage
path: root/src/http (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-16Dav: fixed Location in successful MKCOL response.Ruslan Ermilov1-1/+2
2019-12-05Upstream keepalive: clearing of c->data in cached connections.Maxim Dounin1-0/+1
2019-11-18Limit conn: added shared context.Roman Arutyunyan1-47/+43
2019-11-18Limit conn: $limit_conn_status variable.Roman Arutyunyan2-4/+74
2019-11-19Limit conn: limit_conn_dry_run directive.Roman Arutyunyan1-1/+23
2019-11-18Updated comment after 776d1bebdca2.Roman Arutyunyan1-1/+1
2019-11-06Limit req: $limit_req_status variable.Roman Arutyunyan2-5/+76
2019-10-21Parsing server PROXY protocol address and port (ticket #1206).Roman Arutyunyan1-5/+18
2019-10-21Core: moved PROXY protocol fields out of ngx_connection_t.Roman Arutyunyan2-8/+22
2019-10-15Fixed header parsing with ignore_invalid_headers switched off.Ruslan Ermilov1-0/+4
2019-10-08Fixed URI normalization with merge_slashes switched off.Maxim Dounin1-2/+2
2019-10-08The "/." and "/.." at the end of URI should be normalized.Ruslan Ermilov1-6/+32
2019-10-08Improved detection of broken percent encoding in URI.Ruslan Ermilov1-0/+4
2019-09-23HTTP/2: fixed worker_shutdown_timeout.Ruslan Ermilov1-0/+5
2019-09-23HTTP/2: fixed possible alert about left open socket on shutdown.Ruslan Ermilov1-3/+2
2019-09-18HTTP/2: traffic-based flood detection.Maxim Dounin3-3/+34
2019-09-18HTTP/2: switched back to RST_STREAM with NO_ERROR.Maxim Dounin1-22/+0
2019-09-16SSL: fixed ssl_verify_client error message.Sergey Kandaurov1-1/+1
2019-09-10HTTP/2: close connection on zero WINDOW_UPDATE.Ruslan Ermilov1-33/+3
2019-09-10HTTP/2: close connection on frames with self-dependency.Ruslan Ermilov1-31/+9
2019-09-04Fixed "return" with discarding invalid chunked body.Sergey Kandaurov1-2/+4
2019-09-03Detect runaway chunks in ngx_http_parse_chunked().Sergey Kandaurov1-0/+3
2019-08-19HTTP/2: discard remaining request body after redirect.Sergey Kandaurov1-2/+9
2019-08-13HTTP/2: limited number of PRIORITY frames.Ruslan Ermilov2-0/+11
2019-08-13HTTP/2: limited number of DATA frames.Ruslan Ermilov3-5/+21
2019-08-13HTTP/2: reject zero length headers with PROTOCOL_ERROR.Sergey Kandaurov1-4/+8
2019-07-31Gzip: fixed "zero size buf" alerts after ac5a741d39cf.Maxim Dounin1-4/+11
2019-07-18Xslt: fixed potential buffer overflow with null character.Maxim Dounin1-4/+2
2019-07-18SSI: avoid potential buffer overflow.Maxim Dounin1-2/+2
2019-07-18Upstream: fixed EOF handling in unbuffered and upgraded modes.Maxim Dounin1-3/+26
2019-07-18HTTP/2: return error on output on closed stream.Maxim Dounin1-0/+6
2019-07-17Perl: removed unused variable, forgotten in 975d7ab37b39.Maxim Dounin1-1/+0
2019-07-12Gzip: use zlib to write header and trailer.Ilya Leoshkevich1-117/+7
2019-07-12Perl: named locations in $r->internal_redirect().Maxim Dounin1-6/+12
2019-07-12Perl: expect escaped URIs in $r->internal_redirect().Maxim Dounin3-13/+9
2019-07-12Perl: additional ctx->header_sent checks.Maxim Dounin2-0/+25
2019-07-12Perl: avoid returning 500 if header was already sent.Maxim Dounin3-0/+7
2019-07-12Perl: avoid redirects on errors.Maxim Dounin1-0/+2
2019-07-12Perl: disabled unrelated calls from variable handlers.Maxim Dounin3-0/+50
2019-07-12Perl: protection against duplicate $r->sleep() calls.Maxim Dounin1-0/+8
2019-07-12Perl: handling of allocation errors.Maxim Dounin1-25/+51
2019-07-12Perl: propagate errors.Maxim Dounin3-7/+90
2019-07-12Perl: reworked perl module to pass ctx instead of request.Maxim Dounin3-94/+114
2019-07-11Perl: removed unneeded NGX_DONE test.Maxim Dounin1-5/+0
2019-06-17Perl: disabled not_modified filter (ticket #1786).Maxim Dounin1-0/+2
2019-06-05Limit req: limit_req_dry_run directive.Roman Arutyunyan1-4/+25
2019-06-03Upstream: background cache update before cache send (ticket #1782).Roman Arutyunyan1-11/+8
2019-05-23Upstream hash: fall back to round-robin if hash key is empty.Niklas Keller1-2/+2
2016-04-11SSL: removed OpenSSL 0.9.7 compatibility.Sergey Kandaurov1-4/+1
2019-05-13Range filter: fixed duplicate last buffers.Maxim Dounin1-4/+4