Commit dbaf79c9 authored by Martin Storsjö's avatar Martin Storsjö

http: Add the url_shutdown function for https, too

Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
parent 59525641
...@@ -669,6 +669,7 @@ URLProtocol ff_https_protocol = { ...@@ -669,6 +669,7 @@ URLProtocol ff_https_protocol = {
.url_seek = http_seek, .url_seek = http_seek,
.url_close = http_close, .url_close = http_close,
.url_get_file_handle = http_get_file_handle, .url_get_file_handle = http_get_file_handle,
.url_shutdown = http_shutdown,
.priv_data_size = sizeof(HTTPContext), .priv_data_size = sizeof(HTTPContext),
.priv_data_class = &https_context_class, .priv_data_class = &https_context_class,
.flags = URL_PROTOCOL_FLAG_NETWORK, .flags = URL_PROTOCOL_FLAG_NETWORK,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment