mirror of
https://github.com/moparisthebest/curl
synced 2025-03-03 10:51:49 -05:00
h3: add 'attach' callback to protocol handlers
Follow-up to 0c55fbab45be Reviewed-by: Emil Engler Closes #7090
This commit is contained in:
parent
7b6d771a19
commit
b1dded68e3
@ -934,6 +934,7 @@ static const struct Curl_handler Curl_handler_http3 = {
|
||||
ng_disconnect, /* disconnect */
|
||||
ZERO_NULL, /* readwrite */
|
||||
ng_conncheck, /* connection_check */
|
||||
ZERO_NULL, /* attach connection */
|
||||
PORT_HTTP, /* defport */
|
||||
CURLPROTO_HTTPS, /* protocol */
|
||||
CURLPROTO_HTTP, /* family */
|
||||
|
@ -157,6 +157,7 @@ static const struct Curl_handler Curl_handler_http3 = {
|
||||
quiche_disconnect, /* disconnect */
|
||||
ZERO_NULL, /* readwrite */
|
||||
quiche_conncheck, /* connection_check */
|
||||
ZERO_NULL, /* attach connection */
|
||||
PORT_HTTP, /* defport */
|
||||
CURLPROTO_HTTPS, /* protocol */
|
||||
CURLPROTO_HTTP, /* family */
|
||||
|
Loading…
x
Reference in New Issue
Block a user