MINOR: h3: Send h3 settings asap

As it is possible to send Application level packets during the handshake,
let's send the h3 settings asaps.
This commit is contained in:
Frédéric Lécaille 2021-08-23 09:50:29 +02:00 committed by Amaury Denoyelle
parent 4bade77bf9
commit e16f0bd1e3

View File

@ -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;
}