Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FFmpeg/FFmpeg
/ handle_http_errors
Function
handle_http_errors
libavformat/http.c:695–699 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
693
}
694
695
static void handle_http_errors(URLContext *h, int error)
696
{
697
av_assert0(error < 0);
698
http_write_reply(h, error);
699
}
700
701
static int http_handshake(URLContext *c)
702
{
Callers
1
http_handshake
Function · 0.85
Calls
1
http_write_reply
Function · 0.85
Tested by
no test coverage detected