summaryrefslogtreecommitdiffhomepage
path: root/src/http (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-20Merged with the default branch.Sergey Kandaurov3-2/+188
2022-08-03HTTP/3: skip empty request body buffers (ticket #2374).Roman Arutyunyan1-7/+9
2022-07-15Range filter: clearing of pre-existing Content-Range headers.Maxim Dounin1-0/+13
2022-06-29Upstream: optimized use of SSL contexts (ticket #1234).Maxim Dounin3-21/+177
2022-06-14Perl: removed unused variables, forgotten in ef6a3a99a81a.Sergey Kandaurov1-2/+1
2022-07-26Merged with the default branch.Sergey Kandaurov4-21/+190
2022-06-22Merged with the default branch.Sergey Kandaurov34-508/+889
2022-06-08HTTP/3: updated SETTINGS_MAX_FIELD_SECTION_SIZE name.Sergey Kandaurov2-3/+4
2022-05-26HTTP/3: require that field section base index is not negative.Roman Arutyunyan1-0/+6
2022-06-07Mp4: fixed potential overflow in ngx_http_mp4_crop_stts_data().Maxim Dounin1-1/+1
2022-06-07Upstream: handling of certificates specified as an empty string.Sergey Kandaurov4-8/+13
2022-06-07Upstream: fixed X-Accel-Expires/Cache-Control/Expires handling.Maxim Dounin2-7/+24
2022-05-31Upstream: fixed build without http cache (broken by cd73509f21e2).Maxim Dounin1-4/+5
2022-05-30Headers filter: improved memory allocation error handling.Maxim Dounin1-0/+4
2022-05-30Multiple WWW-Authenticate headers with "satisfy any;".Maxim Dounin1-2/+3
2022-05-30Auth request: multiple WWW-Authenticate headers (ticket #485).Maxim Dounin1-3/+8
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 Dounin2-9/+104
2022-05-30Upstream: header handlers can now return parsing errors.Maxim Dounin6-13/+80
2022-05-30Upstream: all known headers in u->headers_in are linked lists now.Maxim Dounin2-0/+11
2022-05-30All known output headers can be linked lists now.Maxim Dounin14-0/+25
2022-05-30Upstream: simplified Accept-Ranges handling.Maxim Dounin2-3/+1
2022-05-30Upstream: simplified Content-Encoding handling.Maxim Dounin2-37/+3
2022-05-30Upstream: style.Maxim Dounin1-7/+17
2022-05-30Perl: combining unknown headers during $r->header_in() lookup.Maxim Dounin1-40/+44
2022-05-30Perl: all known input headers are handled identically.Maxim Dounin1-20/+2
2022-05-30All non-unique input headers are now linked lists.Maxim Dounin2-59/+12
2022-05-30Reworked multi headers to use linked lists.Maxim Dounin17-245/+175
2022-05-30Combining unknown headers during variables lookup (ticket #1316).Maxim Dounin3-21/+74
2022-05-30Uwsgi: combining headers with identical names (ticket #1724).Maxim Dounin1-6/+51
2022-05-30SCGI: combining headers with identical names (ticket #1724).Maxim Dounin1-5/+45
2022-05-30FastCGI: combining headers with identical names (ticket #1724).Maxim Dounin4-11/+133
2022-05-30Perl: fixed $r->header_in("Connection").Maxim Dounin1-0/+4
2022-04-20QUIC: separate UDP framework for QUIC.Roman Arutyunyan1-0/+7
2022-02-05QUIC: stream lingering.Roman Arutyunyan1-2/+0
2022-02-14Merged with the default branch.Sergey Kandaurov4-3/+14
2022-02-03HTTP/2: fixed closed_nodes overflow (ticket #1708).Maxim Dounin1-1/+1
2022-02-03HTTP/2: made it possible to flush response headers (ticket #1743).Maxim Dounin2-2/+8
2022-02-01Cache: fixed race in ngx_http_file_cache_forced_expire().Maxim Dounin1-0/+5
2022-01-31HTTP/3: proper uni stream closure detection.Roman Arutyunyan1-5/+34
2022-01-27HTTP/3: delayed Insert Count Increment instruction.Roman Arutyunyan4-4/+60
2022-01-31QUIC: allowed main QUIC connection for some operations.Roman Arutyunyan2-5/+8
2022-01-26HTTP/3: removed draft versions support in ALPN.Sergey Kandaurov2-18/+0
2022-01-25Merged with the default branch.Sergey Kandaurov1-0/+4
2022-01-18QUIC: the "quic_active_connection_id_limit" directive.Vladimir Homutov1-0/+12
2022-01-13HTTP/3: removed useless warning regarding OpenSSL library.Sergey Kandaurov1-11/+0
2022-01-12HTTP/3: set c->error on read error in ngx_http_test_reading().Roman Arutyunyan1-0/+1
2022-01-12HTTP/3: simplified code.Roman Arutyunyan1-1/+1
2022-01-12QUIC: modified HTTP version test.Roman Arutyunyan1-1/+8