log src/http/ngx_http_request_body.c @ 9274:46ecad404a29 default tip

age author description
Sat, 27 Apr 2024 18:23:52 +0300 Maxim Dounin Request body: discarded body now treated as no body.
Sat, 27 Apr 2024 18:22:38 +0300 Maxim Dounin Request body: error_page 413 handling with HTTP/2 and HTTP/3.
Sat, 27 Apr 2024 18:22:07 +0300 Maxim Dounin Request body: handling of body after unbuffered reading.
Sat, 27 Apr 2024 18:21:38 +0300 Maxim Dounin Request body: body is now cleared on errors.
Sat, 27 Apr 2024 18:21:05 +0300 Maxim Dounin Request body: improved debug logging.
Sat, 27 Apr 2024 18:20:17 +0300 Maxim Dounin Request body: block reading when returning errors.
Sat, 27 Apr 2024 18:19:27 +0300 Maxim Dounin Request body: logging of timeouts.
Sat, 27 Apr 2024 18:19:07 +0300 Maxim Dounin Request body: provided log action for reading request body.
Sat, 30 Mar 2024 05:09:35 +0300 Maxim Dounin Request body: limited chunk extensions and trailer headers.
Sat, 30 Mar 2024 05:09:12 +0300 Maxim Dounin Request body: improved c->read->ready flag handling.
Sat, 30 Mar 2024 05:06:59 +0300 Maxim Dounin Request body: explicit handling of NGX_AGAIN.
Wed, 12 Jan 2022 11:54:39 +0300 Roman Arutyunyan QUIC: modified HTTP version test. quic
Wed, 03 Nov 2021 11:22:07 +0300 Sergey Kandaurov Merged with the default branch. quic
Wed, 01 Sep 2021 10:57:25 +0300 Sergey Kandaurov Merged with the default branch. quic
Mon, 25 Jan 2021 16:16:47 +0300 Roman Arutyunyan HTTP/3: refactored request body parser. quic
Tue, 24 Nov 2020 17:19:40 +0000 Sergey Kandaurov Merged with the default branch. quic
Tue, 10 Nov 2020 19:40:00 +0000 Roman Arutyunyan QUIC: renamed c->qs to c->quic. quic
Wed, 16 Sep 2020 19:48:33 +0100 Roman Arutyunyan HTTP/3: removed HTTP/3 parser call from discard body filter. quic
Wed, 16 Sep 2020 18:59:25 +0100 Roman Arutyunyan HTTP/3: fixed handling request body eof. quic
Tue, 25 Aug 2020 12:45:21 +0300 Roman Arutyunyan HTTP/3: drop the unwanted remainder of the request. quic
Tue, 18 Aug 2020 17:23:16 +0300 Roman Arutyunyan HTTP/3: request more client body bytes. quic
Tue, 18 Aug 2020 16:22:00 +0300 Roman Arutyunyan Merged with the default branch. quic
Thu, 14 May 2020 14:49:53 +0300 Roman Arutyunyan HTTP/3: move body parser call out of ngx_http_parse_chunked(). quic
Fri, 27 Mar 2020 19:41:06 +0300 Roman Arutyunyan Parsing HTTP/3 request body. quic
Fri, 10 Sep 2021 12:59:22 +0300 Roman Arutyunyan Request body: do not create temp file if there's nothing to write.
Sun, 29 Aug 2021 22:22:02 +0300 Maxim Dounin Request body: reading body buffering in filters.
Sun, 29 Aug 2021 22:21:03 +0300 Maxim Dounin Request body: introduced rb->last_saved flag.
Sun, 29 Aug 2021 22:20:54 +0300 Maxim Dounin Request body: added alert to catch duplicate body saving.
Sun, 29 Aug 2021 22:20:49 +0300 Maxim Dounin Request body: missing comments about initialization.
Mon, 09 Nov 2020 22:41:54 +0300 Maxim Dounin Request body: removed error assumption (ticket #2058).
Mon, 09 Nov 2020 22:40:53 +0300 Maxim Dounin Request body: improved logging.
Fri, 06 Nov 2020 23:44:54 +0300 Ruslan Ermilov SSL: fixed non-working SSL shutdown on lingering close.
Thu, 06 Aug 2020 05:02:57 +0300 Maxim Dounin Request body: optimized handling of small chunks.
Thu, 06 Aug 2020 05:02:55 +0300 Maxim Dounin Request body: allowed large reads on chunk boundaries.
Thu, 06 Aug 2020 05:02:44 +0300 Maxim Dounin Request body: all read data are now sent to filters.
Mon, 24 Apr 2017 14:17:13 +0300 Valentin Bartenev HTTP/2: reduced difference to HTTP/1.x in reading request body.
Wed, 08 Feb 2017 19:36:03 +0300 Maxim Dounin Request body: commented out debug printing of old buffers.
Wed, 08 Feb 2017 19:35:31 +0300 Maxim Dounin Request body: c->error on "100 Continue" errors (ticket #1194).
Fri, 01 Apr 2016 15:57:10 +0300 Valentin Bartenev HTTP/2: support for unbuffered upload of request body.
Fri, 01 Apr 2016 15:56:03 +0300 Valentin Bartenev HTTP/2: rewritten handling of request body.
Tue, 01 Mar 2016 15:18:07 +0300 Valentin Bartenev Request body: moved handling of the last part in the save filter.
Tue, 12 Jan 2016 19:19:07 +0300 Valentin Bartenev Request body: removed surplus assigment, no functional changes.
Fri, 11 Sep 2015 20:13:06 +0300 Valentin Bartenev The HTTP/2 implementation (RFC 7240, 7241).
Mon, 06 Apr 2015 19:20:36 +0300 Valentin Bartenev Request body: always flush buffers if request buffering is off.
Mon, 23 Mar 2015 21:09:19 +0300 Maxim Dounin Request body: unbuffered reading.
Mon, 23 Mar 2015 21:09:19 +0300 Maxim Dounin Request body: filters support.
Mon, 23 Mar 2015 21:09:19 +0300 Maxim Dounin Request body: moved request body writing to save filter.
Mon, 23 Mar 2015 21:09:12 +0300 Maxim Dounin Request body: free chain links in ngx_http_write_request_body().
Mon, 23 Mar 2015 19:28:54 +0300 Maxim Dounin Format specifier fixed for file size of buffers.
Mon, 03 Mar 2014 17:39:53 +0400 Maxim Dounin Request body: avoid potential overflow. stable-1.4
Mon, 03 Mar 2014 17:39:53 +0400 Maxim Dounin Request body: avoid potential overflow.
Sat, 04 Jan 2014 03:32:22 +0400 Maxim Dounin Fixed "zero size buf in output" alerts. stable-1.4
Sat, 04 Jan 2014 03:32:22 +0400 Maxim Dounin Fixed "zero size buf in output" alerts.
Mon, 11 Nov 2013 18:49:35 +0400 Valentin Bartenev SPDY: fixed request hang with the auth request module.
Wed, 04 Sep 2013 20:48:23 +0400 Maxim Dounin Win32: Borland C compatibility fixes.
Mon, 13 May 2013 17:39:45 +0400 Maxim Dounin Fixed lingering_time check.
Sat, 11 May 2013 18:49:19 +0400 Maxim Dounin Request body: fixed r->count increment on allocation failure.
Tue, 16 Apr 2013 10:14:59 +0000 Maxim Dounin Request body: only read body in main request (ticket #330).
Wed, 20 Mar 2013 10:36:57 +0000 Valentin Bartenev Preliminary experimental support for SPDY draft 2.
Thu, 14 Mar 2013 12:30:26 +0000 Maxim Dounin Request body: avoid linking rb->buf to r->header_in.