mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
ffserver: move misplaced comment
Signed-off-by: Reynaldo H. Verdejo Pinochet <r.verdejo@sisa.samsung.com>
This commit is contained in:
parent
1507e2a095
commit
db93c2d031
@ -753,8 +753,8 @@ static int http_server(void)
|
||||
for(c = first_http_ctx; c != NULL; c = c_next) {
|
||||
c_next = c->next;
|
||||
if (handle_connection(c) < 0) {
|
||||
/* close and free the connection */
|
||||
log_connection(c);
|
||||
/* close and free the connection */
|
||||
close_connection(c);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user