Honor proxy server timeout with one second buffer

This commit is contained in:
2023-07-06 17:15:53 +02:00
parent 0f40dcb5db
commit de3fcf8fc3
4 changed files with 6 additions and 2 deletions

View File

@ -84,6 +84,7 @@ static int tcp_acceptor(client_ctx_t *ctx) {
return -1;
}
client->ts_last = clock_micros();
client->ts_last_send = client->ts_last;
}
ctx->req_num = 0;