Loading lib/http2.c +2 −2 Original line number Original line Diff line number Diff line Loading @@ -155,7 +155,7 @@ void Curl_http2_setup_conn(struct connectdata *conn) * HTTP to HTTP2. * HTTP to HTTP2. */ */ const struct Curl_handler Curl_handler_http2 = { const struct Curl_handler Curl_handler_http2 = { "HTTP2", /* scheme */ "HTTP", /* scheme */ ZERO_NULL, /* setup_connection */ ZERO_NULL, /* setup_connection */ Curl_http, /* do_it */ Curl_http, /* do_it */ Curl_http_done, /* done */ Curl_http_done, /* done */ Loading @@ -175,7 +175,7 @@ const struct Curl_handler Curl_handler_http2 = { }; }; const struct Curl_handler Curl_handler_http2_ssl = { const struct Curl_handler Curl_handler_http2_ssl = { "HTTP2", /* scheme */ "HTTPS", /* scheme */ ZERO_NULL, /* setup_connection */ ZERO_NULL, /* setup_connection */ Curl_http, /* do_it */ Curl_http, /* do_it */ Curl_http_done, /* done */ Curl_http_done, /* done */ Loading Loading
lib/http2.c +2 −2 Original line number Original line Diff line number Diff line Loading @@ -155,7 +155,7 @@ void Curl_http2_setup_conn(struct connectdata *conn) * HTTP to HTTP2. * HTTP to HTTP2. */ */ const struct Curl_handler Curl_handler_http2 = { const struct Curl_handler Curl_handler_http2 = { "HTTP2", /* scheme */ "HTTP", /* scheme */ ZERO_NULL, /* setup_connection */ ZERO_NULL, /* setup_connection */ Curl_http, /* do_it */ Curl_http, /* do_it */ Curl_http_done, /* done */ Curl_http_done, /* done */ Loading @@ -175,7 +175,7 @@ const struct Curl_handler Curl_handler_http2 = { }; }; const struct Curl_handler Curl_handler_http2_ssl = { const struct Curl_handler Curl_handler_http2_ssl = { "HTTP2", /* scheme */ "HTTPS", /* scheme */ ZERO_NULL, /* setup_connection */ ZERO_NULL, /* setup_connection */ Curl_http, /* do_it */ Curl_http, /* do_it */ Curl_http_done, /* done */ Curl_http_done, /* done */ Loading