4 ms·
The go version seems to be missing timeouts. There is none by default and the --connect-timeout flag is not setting one either.
by beranabus 5y ago
The go version seems to be missing timeouts. There is none by default and the --connect-timeout flag is not setting one either.
- chockchocschoir 5y agoRightly so. Unless you specify `--max-time` in your cURL invocation, all the examples should be missing timeouts, as cURL by default doesn't have any timeouts, only if you specify `--max-time N`.