Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
dbaf79c9
Commit
dbaf79c9
authored
Jun 01, 2012
by
Martin Storsjö
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
http: Add the url_shutdown function for https, too
Signed-off-by:
Martin Storsjö
<
martin@martin.st
>
parent
59525641
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
http.c
libavformat/http.c
+1
-0
No files found.
libavformat/http.c
View file @
dbaf79c9
...
...
@@ -669,6 +669,7 @@ URLProtocol ff_https_protocol = {
.
url_seek
=
http_seek
,
.
url_close
=
http_close
,
.
url_get_file_handle
=
http_get_file_handle
,
.
url_shutdown
=
http_shutdown
,
.
priv_data_size
=
sizeof
(
HTTPContext
),
.
priv_data_class
=
&
https_context_class
,
.
flags
=
URL_PROTOCOL_FLAG_NETWORK
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment