MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / log_connection

Function log_connection

ffserver.c:402–410  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

400}
401
402static void log_connection(HTTPContext *c)
403{
404 if (c->suppress_log)
405 return;
406
407 http_log("%s - - [%s] \"%s %s\" %d %"PRId64"\n",
408 inet_ntoa(c->from_addr.sin_addr), c->method, c->url,
409 c->protocol, (c->http_error ? c->http_error : 200), c->data_count);
410}
411
412static void update_datarate(DataRateData *drd, int64_t count)
413{

Callers 1

http_serverFunction · 0.85

Calls 1

http_logFunction · 0.85

Tested by

no test coverage detected