diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/core.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -51,7 +51,8 @@ static void tip_client_release(struct ev_loop *loop, struct tip_client *cli) if (cli->method == TIP_METHOD_GET) { if (tip_client_large_file(cli)) { num_clients--; - tip_client_activate_pending(false); + if (!cli->redirect) + tip_client_activate_pending(false); } } |