Amaury Denoyelle
bfddb42c05
BUG/MEDIUM: mux-quic: only set EOI on FIN
...
Recently stconn flags were reviewed for QUIC mux to be conform with
other HTTP muxes. However, a mistake was made when dealing with a proper
stream FIN with both EOI and EOS set. This was done as RESET_STREAM
received after a FIN are ignored by QUIC mux and thus there is no
difference between EOI or EOI+EOS. However, analyzers may interpret EOS
as an interrupted request which result in a 400 HTTP error code.
To fix this, only set EOI on proper stream FIN. EOS is set when input is
interrupted (RESET_STREAM before FIN) or a STOP_SENDING is received
which prevent transfer to complete. In this last case, EOS must be
manually set too if FIN has been received before STOP_SENDING to go
directly from ERR_PENDING to final ERROR state.
This must be backported up to 2.7.
2023-05-26 17:17:25 +02:00
..
2023-05-11 15:37:04 +02:00
2023-05-03 17:26:11 +02:00
2023-05-23 15:52:35 +02:00
2022-11-22 16:27:52 +01:00
2022-11-24 15:24:02 +01:00
2023-04-28 16:08:08 +02:00
2023-05-09 11:53:28 +02:00
2023-04-27 18:14:57 +02:00
2022-06-23 11:49:09 +02:00
2023-04-23 09:46:15 +02:00
2023-05-26 09:28:18 +02:00
2023-05-11 15:37:04 +02:00
2023-03-31 17:09:03 +02:00
2023-05-05 00:05:46 +02:00
2023-02-03 18:00:20 +01:00
2023-05-17 09:33:54 +02:00
2023-04-17 17:41:28 +02:00
2023-05-17 14:57:10 +02:00
2022-08-17 10:45:22 +02:00
2023-05-14 18:42:31 +02:00
2023-05-17 09:33:54 +02:00
2023-04-07 00:46:59 +02:00
2023-04-23 00:28:25 +02:00
2022-07-15 19:43:10 +02:00
2023-05-17 16:49:17 +02:00
2023-05-05 15:44:23 +02:00
2023-05-12 09:45:30 +02:00
2022-09-21 09:06:28 +02:00
2022-09-21 09:06:28 +02:00
2022-09-21 09:06:28 +02:00
2022-09-09 11:15:22 +02:00
2022-07-15 20:16:30 +02:00
2023-05-05 16:28:32 +02:00
2022-10-12 21:49:30 +02:00
2023-05-17 09:42:37 +02:00
2022-12-09 12:23:14 +01:00
2023-04-13 18:04:46 +02:00
2023-05-11 09:22:46 +02:00
2023-04-17 17:41:28 +02:00
2023-05-25 11:25:31 +02:00
2023-05-11 15:37:04 +02:00
2023-04-27 18:22:34 +02:00
2022-12-14 10:44:17 +01:00
2023-04-07 18:14:28 +02:00
2023-02-27 17:45:45 +01:00
2023-02-14 08:48:54 +01:00
2022-12-14 11:34:18 +01:00
2022-05-30 09:59:26 +02:00
2023-05-22 11:17:18 +02:00
2023-05-26 14:29:52 +02:00
2022-11-14 11:14:02 +01:00
2023-05-11 09:23:14 +02:00
2023-05-24 16:48:17 +02:00
2023-02-14 08:48:54 +01:00
2023-01-26 11:36:39 +01:00
2023-05-16 17:53:45 +02:00
2023-05-11 15:37:04 +02:00
2023-04-28 16:08:08 +02:00
2023-05-11 21:25:37 +02:00
2023-04-01 18:33:40 +02:00
2023-04-01 18:33:40 +02:00
2023-04-17 17:41:28 +02:00
2023-01-27 15:18:59 +01:00
2023-05-11 15:37:04 +02:00
2023-03-30 14:11:10 +02:00
2023-02-03 13:39:18 +01:00
2023-03-08 10:43:04 +01:00
2023-05-11 13:51:31 +02:00
2023-05-12 09:45:30 +02:00
2023-05-05 16:28:32 +02:00
2023-04-14 15:01:21 +02:00
2023-05-11 09:22:46 +02:00
2023-05-11 15:37:04 +02:00
2023-04-28 16:08:08 +02:00
2023-05-24 16:06:11 +02:00
2023-04-23 00:28:25 +02:00
2023-05-26 17:17:25 +02:00
2023-04-28 16:08:08 +02:00
2023-04-23 00:28:25 +02:00
2023-05-12 09:45:30 +02:00
2023-03-22 17:30:28 +01:00
2022-05-27 19:33:35 +02:00
2023-05-05 15:44:23 +02:00
2023-03-22 18:05:02 +01:00
2023-04-23 09:46:15 +02:00
2023-04-21 17:41:26 +02:00
2023-04-23 09:46:15 +02:00
2023-04-23 09:46:15 +02:00
2023-02-23 15:05:05 +01:00
2023-04-21 17:41:26 +02:00
2023-04-23 09:46:15 +02:00
2023-05-15 10:38:09 +02:00
2023-05-12 15:50:30 +02:00
2023-03-22 16:08:54 +01:00
2023-05-09 18:42:34 +02:00
2022-05-30 14:30:05 +02:00
2022-11-24 15:38:26 +01:00
2023-04-28 16:08:08 +02:00
2023-04-13 19:20:08 +02:00
2023-04-13 19:20:08 +02:00
2023-04-02 13:10:13 +02:00
2022-10-03 16:25:17 +02:00
2023-05-26 17:17:00 +02:00
2023-05-09 10:48:40 +02:00
2023-05-24 16:30:11 +02:00
2023-05-24 16:30:11 +02:00
2023-05-26 17:17:00 +02:00
2023-05-12 16:26:20 +02:00
2023-05-22 11:17:18 +02:00
2023-05-10 13:26:37 +02:00
2023-04-28 16:53:44 +02:00
2022-09-01 19:34:46 +02:00
2023-05-17 16:48:33 +02:00
2023-04-14 15:01:21 +02:00
2023-03-08 10:43:04 +01:00
2023-04-28 16:08:08 +02:00
2023-05-17 09:21:01 +02:00
2023-05-12 17:43:58 +02:00
2022-09-09 11:15:22 +02:00
2023-04-28 16:08:08 +02:00
2022-11-14 11:14:02 +01:00
2023-04-23 09:46:15 +02:00
2023-04-21 17:41:26 +02:00
2023-04-23 09:46:15 +02:00
2023-04-14 15:01:21 +02:00
2023-05-05 00:05:46 +02:00
2023-03-31 09:10:36 +02:00
2023-05-15 12:07:52 +02:00
2023-05-26 12:07:43 +02:00
2023-05-15 12:07:52 +02:00
2023-05-17 09:33:54 +02:00
2023-05-23 15:52:35 +02:00
2023-04-14 15:01:21 +02:00
2023-05-10 16:45:36 +02:00
2023-04-18 16:20:47 +02:00
2023-04-14 14:04:59 +02:00
2023-05-17 09:21:01 +02:00
2023-04-28 16:31:08 +02:00
2023-05-07 07:07:44 +02:00
2023-05-26 12:08:23 +02:00
2023-04-23 09:46:15 +02:00
2023-04-05 08:46:06 +02:00
2022-11-14 11:14:02 +01:00
2023-02-17 16:01:34 +01:00
2022-06-23 11:49:09 +02:00
2023-04-26 17:50:16 +02:00