projects
/
haproxy-2.5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4bade77
)
MINOR: h3: Send h3 settings asap
author
Frédéric Lécaille
<flecaille@haproxy.com>
Mon, 23 Aug 2021 07:50:29 +0000
(09:50 +0200)
committer
Amaury Denoyelle
<adenoyelle@haproxy.com>
Thu, 23 Sep 2021 13:27:25 +0000
(15:27 +0200)
As it is possible to send Application level packets during the handshake,
let's send the h3 settings asaps.
src/h3.c
patch
|
blob
|
history
diff --git
a/src/h3.c
b/src/h3.c
index
550f932
..
0993713
100644
(file)
--- a/
src/h3.c
+++ b/
src/h3.c
@@
-411,7
+411,7
@@
static int h3_finalize(void *ctx)
return 0;
/* Wakeup ->lctrl uni-stream */
- tasklet_wakeup(h3->lctrl.wait_event.tasklet);
+ h3_control_send(&h3->lctrl, h3);
return 1;
}