quinn: quinn connect h3 server timeout on windows
when I using the crate reqwest with example simple_h3 on windows, it was timeout,
I enabled the trace log on quinn, the log show that Sending ClientHello Message, then nothing happened until timeout.
But on macOS, no problem happened.
About this issue
- Original URL
- State: closed
- Created 8 months ago
- Comments: 18
Maybe it’s a problem with me. https://github.com/seanmonstar/reqwest/issues/2058 If you listen on
[::]:0you will not receive a reply to an IPv4 request. However, for dual stack support,[::]:0is generally used as the default value.When disable all the firewall, this question still exists, please help
Do you have a firewall setup in your Windows environment?