curl/lib/vquic
Alessandro Ghedini e54affa82c
quiche: register debug callback once and earlier
The quiche debug callback is global and can only be initialized once, so
make sure we don't do it multiple times (e.g. if multiple requests are
executed).

In addition this initializes the callback before the connection is
created, so we get logs for the handshake as well.

Closes #4236
2019-08-17 17:00:49 +02:00
..
ngtcp2-crypto.c ngtcp2: make the QUIC handshake work 2019-08-10 16:07:33 +02:00
ngtcp2-crypto.h HTTP3: initial (experimental) support 2019-07-21 23:49:03 +02:00
ngtcp2.c ngtcp2: provide the callbacks as a static struct 2019-08-15 10:20:35 +02:00
ngtcp2.h ngtcp2: provide the callbacks as a static struct 2019-08-15 10:20:35 +02:00
quiche.c quiche: register debug callback once and earlier 2019-08-17 17:00:49 +02:00
quiche.h quiche: improved error handling and memory cleanups 2019-08-07 08:39:39 +02:00