mirror of
https://erdgeist.org/gitweb/opentracker
synced 2024-05-10 07:54:50 +00:00
the keep-alive loop must not run, if no keep alive is configured or requested for connection
This commit is contained in:
@ -185,6 +185,10 @@ static void handle_read( const int64 sock, struct ot_workstruct *ws ) {
|
||||
ws->request = array_start( &cookie->request );
|
||||
ws->request_size = array_bytes( &cookie->request );
|
||||
http_handle_request( sock, ws );
|
||||
#ifdef WANT_KEEPALIVE
|
||||
if( !ws->keep_alive )
|
||||
#endif
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user