mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-12-04 14:46:30 -05:00
Update: Undo timeout patch for now
This commit is contained in:
parent
ba5e2b2c24
commit
25a4645245
@ -767,7 +767,7 @@ static client_slurp_result_t process_request_body_queue_one(client_queue_entry_t
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (res != CLIENT_SLURP_SUCCESS) {
|
if (res != CLIENT_SLURP_SUCCESS) {
|
||||||
if (client->con->con_time <= (time(NULL) - timeout) || client->request_body_read >= body_size_limit || client->con->error) {
|
if (client->con->con_time <= timeout || client->request_body_read >= body_size_limit || client->con->error) {
|
||||||
return CLIENT_SLURP_ERROR;
|
return CLIENT_SLURP_ERROR;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user