mirror of
https://github.com/curl/curl.git
synced 2026-05-18 00:26:19 +03:00
h3: add 'attach' callback to protocol handlers
Follow-up to 0c55fbab45
Reviewed-by: Emil Engler
Closes #7090
This commit is contained in:
parent
7b6d771a19
commit
b1dded68e3
2 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue