summaryrefslogtreecommitdiffhomepage
path: root/src/http (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-05-04HTTP/3: fixed ngx_http_v3_init_session() error handling.Sergey Kandaurov1-3/+0
2023-04-06HTTP/3: fixed CANCEL_PUSH handling.Sergey Kandaurov1-1/+1
2023-03-29Merged with the default branch.Sergey Kandaurov15-43/+113
2023-03-27Gzip: compatibility with recent zlib-ng versions.Maxim Dounin1-6/+12
2023-03-24SSL: enabled TLSv1.3 by default.Maxim Dounin4-8/+12
2023-03-24HTTP/3: fixed OpenSSL compatibility layer initialization.Sergey Kandaurov1-4/+36
2023-03-10HTTP/2: finalize request as bad if header validation fails.Maxim Dounin1-8/+1
2023-03-10HTTP/2: socket leak with "return 444" in error_page (ticket #2455).Maxim Dounin1-0/+4
2023-02-02Lingering close for connections with pipelined requests.Maxim Dounin1-1/+3
2023-01-28Fixed "zero size buf" alerts with subrequests.Maxim Dounin6-12/+6
2023-01-28Style.Maxim Dounin3-5/+5
2023-01-28Added warning about redefinition of listen socket protocol options.Maxim Dounin2-1/+66
2023-01-26HTTP/3: trigger more compatibility errors for "listen quic".Roman Arutyunyan1-3/+19
2023-02-27HTTP/3: "quic" parameter of "listen" directive.Roman Arutyunyan10-85/+121
2023-02-22QUIC: OpenSSL compatibility layer.Roman Arutyunyan1-3/+13
2023-01-26Fixed handling of very long locations (ticket #2435).Maxim Dounin2-2/+2
2023-01-24Gzip static: ranges support (ticket #2349).Maxim Dounin1-0/+2
2023-01-05HTTP/3: insert count block timeout.Roman Arutyunyan1-0/+6
2023-01-05HTTP/3: trigger 400 (Bad Request) on stream error while blocked.Roman Arutyunyan1-1/+1
2023-01-10HTTP/3: fixed $connection_time.Sergey Kandaurov1-4/+1
2023-01-03HTTP/3: handled insertion reference to a going to be evicted entry.Roman Arutyunyan1-21/+16
2023-01-02Merged with the default branch.Sergey Kandaurov1-1/+1
2022-12-18Fixed port ranges support in the listen directive.Valentin Bartenev1-1/+1
2022-12-15Merged with the default branch.Sergey Kandaurov3-2/+43
2022-11-23Filtering duplicate addresses in listen (ticket #2400).Maxim Dounin1-1/+14
2022-11-21SSI: handling of subrequests from other modules (ticket #1263).Ciel Zhao2-1/+29
2022-10-25HTTP/3: implement keepalive for hq.Roman Arutyunyan1-17/+30
2022-11-30QUIC: application init() callback.Roman Arutyunyan4-25/+43
2022-10-19Mp4: disabled duplicate atoms.Roman Arutyunyan1-0/+147
2022-10-17SSL: improved validation of ssl_session_cache and ssl_ocsp_cache.Sergey Kandaurov1-2/+2
2022-10-12PROXY protocol v2 TLV variables.Roman Arutyunyan1-0/+39
2022-08-22HTTP/3: renamed functions.Roman Arutyunyan3-6/+6
2022-11-30QUIC: removed cancelable flag from QUIC and HTTP/3 events.Roman Arutyunyan1-1/+0
2022-10-19QUIC: idle mode for main connection.Roman Arutyunyan3-1/+38
2022-10-19HTTP/3: unified hq code with regular HTTP/3 code.Roman Arutyunyan4-100/+62
2022-11-29QUIC: reusable mode for main connection.Roman Arutyunyan1-2/+12
2022-11-25HTTP/3: fixed build without NGX_PCRE (broken by 0f5fc7a320db).Jiuzhou Cui1-0/+2
2022-11-22HTTP/3: fixed server_name regex captures (ticket #2407).Sergey Kandaurov1-0/+1
2022-11-01Set default listen socket type in http.Roman Arutyunyan1-0/+1
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