MCPcopy 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
695static void handle_http_errors(URLContext *h, int error)
696{
697 av_assert0(error < 0);
698 http_write_reply(h, error);
699}
700
701static int http_handshake(URLContext *c)
702{

Callers 1

http_handshakeFunction · 0.85

Calls 1

http_write_replyFunction · 0.85

Tested by

no test coverage detected