awslabs / aws-c-http

C99 implementation of the HTTP/1.1 and HTTP/2 specifications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Http Request Level Timeout Control at Millisecond

singku opened this issue · comments

Per discussion with @JonathanHenson , customer might needs millisecond level timeout control over the entire http request lifetime for low latency connections. The request lifetime could include: DNS lookup time, connection establish time, SSL handshake time (if any), data transfer time (writes and reads). Similar to CURL's option: CURLOPT_TIMEOUT_MS