Zig Version
0.16.0-dev.2565+684032671
Steps to Reproduce and Observed Behavior
Just looking at the code in std/http/Client.zig, the timeout field is never read. This is misleading, as its presence seems to indicate that it would be used.
Expected Behavior
The timeout should either be used or not be available.
However, since it is only an option for the connectTcpOptions function, and not the more standard request function, it is not that big of an issue.
### Zig Version
0.16.0-dev.2565+684032671
### Steps to Reproduce and Observed Behavior
Just looking at the code in `std/http/Client.zig`, the `timeout` field is never read. This is misleading, as its presence seems to indicate that it would be used.
### Expected Behavior
The timeout should either be used or not be available.
However, since it is only an option for the `connectTcpOptions` function, and not the more standard `request` function, it is not that big of an issue.