Olivier Houchard
bfe2a83c24
BUG/MEDIUM: h2: Don't check send_wait to know if we're in the send_list.
...
When we have to stop sending due to the stream flow control, don't check
if send_wait is NULL to know if we're in the send_list, because at this
point it'll always be NULL, while we're probably in the list.
Use LIST_ISEMPTY(&h2s->list) instead.
Failing to do so mean we might be added in the send_list when flow control
allows us to emit again, while we're already in it.
While I'm here, replace LIST_DEL + LIST_INIT by LIST_DEL_INIT.
This should be backported to 1.9.
2019-05-10 15:06:54 +02:00
..
2019-04-19 15:53:23 +02:00
2019-04-19 11:45:20 +02:00
2019-05-07 06:54:07 +02:00
2019-04-25 17:26:46 +02:00
2019-04-26 13:15:56 +02:00
2019-03-05 11:04:23 +01:00
2018-11-26 19:50:32 +01:00
2019-05-10 09:58:43 +02:00
2019-01-14 19:32:15 +01:00
2018-11-26 19:50:32 +01:00
2019-03-29 21:03:24 +01:00
2019-05-03 09:46:45 +02:00
2019-05-07 06:58:15 +02:00
2019-05-07 14:56:59 +02:00
2019-01-02 20:12:44 +01:00
2019-05-10 09:58:43 +02:00
2018-11-26 19:50:32 +01:00
2019-05-10 09:58:43 +02:00
2019-03-11 17:02:38 +01:00
2019-05-10 09:58:43 +02:00
2019-04-26 17:06:32 +02:00
2019-04-23 11:41:52 +02:00
2019-03-11 17:02:38 +01:00
2019-03-11 17:02:38 +01:00
2019-03-11 17:02:38 +01:00
2019-03-11 17:02:38 +01:00
2019-04-18 19:19:59 +02:00
2019-04-12 22:06:53 +02:00
2019-03-11 17:02:38 +01:00
2019-05-07 22:16:41 +02:00
2018-12-11 17:15:13 +01:00
2018-11-26 19:50:32 +01:00
2019-04-12 22:06:53 +02:00
2019-04-01 07:44:56 +02:00
2019-05-10 09:58:43 +02:00
2019-04-11 00:09:22 +02:00
2019-05-07 06:58:15 +02:00
2019-05-07 06:58:15 +02:00
2019-04-01 07:44:56 +02:00
2019-04-01 07:44:56 +02:00
2019-04-01 07:44:56 +02:00
2019-04-01 07:44:56 +02:00
2018-11-26 19:50:32 +01:00
2019-03-11 17:02:38 +01:00
2018-11-26 19:50:32 +01:00
2019-04-17 15:12:27 +02:00
2019-04-24 15:40:02 +02:00
2019-05-10 11:47:00 +02:00
2019-05-07 06:58:15 +02:00
2019-04-15 21:55:48 +02:00
2019-05-07 22:16:41 +02:00
2019-01-14 19:33:17 +01:00
2018-12-14 08:33:28 +01:00
2019-04-24 14:23:40 +02:00
2019-03-11 17:02:38 +01:00
2019-04-30 15:28:29 +02:00
2019-05-10 09:58:43 +02:00
2019-04-19 11:35:22 +02:00
2019-03-11 17:02:38 +01:00
2019-05-07 22:16:41 +02:00
2019-05-10 15:06:54 +02:00
2019-04-18 14:56:24 +02:00
2019-04-16 13:26:43 +02:00
2019-05-07 19:09:01 +02:00
2018-11-26 19:50:32 +01:00
2019-05-07 06:58:15 +02:00
2019-01-01 09:15:01 +01:00
2019-05-07 06:54:07 +02:00
2019-04-15 21:55:48 +02:00
2019-05-07 06:58:15 +02:00
2019-05-07 06:58:15 +02:00
2019-05-06 22:12:57 +02:00
2019-05-06 22:29:39 +02:00
2019-05-06 22:12:57 +02:00
2018-09-12 07:12:27 +02:00
2019-05-07 06:54:06 +02:00
2019-03-11 17:02:38 +01:00
2019-05-06 22:29:39 +02:00
2019-05-07 06:58:15 +02:00
2019-05-07 06:58:15 +02:00
2019-05-09 14:26:39 +02:00
2019-05-07 19:08:16 +02:00
2019-04-01 07:44:56 +02:00
2018-12-02 18:40:29 +01:00
2018-12-02 18:39:52 +01:00
2019-05-10 09:36:42 +02:00
2019-04-25 17:48:16 +02:00
2019-05-10 09:58:43 +02:00
2019-05-07 14:56:59 +02:00
2019-05-04 10:19:56 +02:00
2019-05-10 11:47:00 +02:00
2019-04-30 14:55:18 +02:00
2019-03-11 17:02:38 +01:00
2019-04-01 07:44:56 +02:00
2019-03-11 17:02:38 +01:00
2019-01-04 18:20:32 +01:00
2019-04-23 11:00:23 +02:00
2019-04-01 07:44:56 +02:00