mirror of
git://erdgeist.org/opentracker
synced 2025-03-28 13:36:20 +01:00
Cancel chunked transfers on dead sockets, too
This commit is contained in:
parent
57f859728d
commit
0e9cc66de2
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ static void handle_dead( const int64 sock ) {
|
|||
iob_reset( cookie->batch + i );
|
||||
free( cookie->batch );
|
||||
array_reset( &cookie->request );
|
||||
if( cookie->flag & STRUCT_HTTP_FLAG_WAITINGFORTASK )
|
||||
if( cookie->flag & (STRUCT_HTTP_FLAG_WAITINGFORTASK | STRUCT_HTTP_FLAG_CHUNKED_IN_TRANSFER) )
|
||||
mutex_workqueue_canceltask( sock );
|
||||
free( cookie );
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue