elliottt added the bug label to Issue #8104.
elliottt opened issue #8104:
As mentioned in #8085, the
connect_timeout
is used to timeout both the initial tcp connection, and thehandshake
result from hyper. We likely only need the first timeout on the tcp connection, but it would be good to validate this.Concretely, we can probably remove the timeout uses from these two places in
types.rs
:
elliottt added the wasi:impl label to Issue #8104.
Last updated: Nov 22 2024 at 17:03 UTC