log src/http/ngx_http_request_body.c @ 8839:fac88e160653 quic

age author description
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).