Marc Hörsken

Results 112 comments of Marc Hörsken

It would be nice if requests could at least throw a warning about this. I just spend 6 hours trying to figure out what is going on, then found out...

I would really like to see this feature. Especially for CAs which have been built with the easy-rsa 2.0 package: http://openvpn.net/index.php/open-source/documentation/miscellaneous/77-rsa-key-management.html

> Home Assistant Cast is hosted on https://cast.home-assistant.io. I don't think this is relevant if the Cast is launched via the service call `show_lovelace_view` from within Home Assistant, right? At...

If we don't send, then we won't get another write-ready event from select if we don't send in between two calls, effectively blocking till the next readiness event. I guess...

> > If we don't send, then we won't get another write-ready event from select > > From **WSAEventSelect** then I presume? select() and poll() are not edge-trigged, they _should_...

> It doesn't look very easy to add that check though... Can we back-peddle the use of WSAEventSelect() there ? We could try to use **[getsockopt](https://docs.microsoft.com/en-us/windows/win32/api/winsock2/nf-winsock2-getsockopt)** to get a **[SO_PROTOCOL_INFOW](https://docs.microsoft.com/en-us/windows/win32/api/winsock2/ns-winsock2-wsaprotocol_infoa)**...

I will try to work on a solution soon.

@tatsuhiro-t would you be able to share the commands you used to build curl with HTTP/3 support for/using MinGW-w64?

I tried to replicate this issue locally using msh3 by @nibanks as HTTP/3 backend, but unfortunately I always get this error for now: ``` D:\OS\curl\winbuild>..\builds\libcurl-vc-x64-release-dll-ipv6-sspi-schannel-msh3\bin\curl.exe -v --http3 https://www.google.com * Trying...