Gisle Vanem
Gisle Vanem
@icing > Only when calling the hyper poll function again, the result is returned. Hope someone (you?) is working on a fix. I'm clueless about such internal details.
With everything up-to-date, `.bat` file above now shows Hyper is 20 sec slower than before: ``` Using 'c:\Windows\system32\curl.exe': "_airport_codes_iata": "BGO-SVG", "_airport_codes_iata": "CGN-BLL-KEF", "_airport_codes_iata": "SFO-IST", Timer 1 off: 13:01:11 Elapsed: 0:00:01,515...
There's also an issue with Hyper + GnuTls as the backend and possibly `-DCURLDEBUG`. E.g. `curl.exe --tlsv1.2 -v https://mas-oyama.com/` gives: ``` ... * Curl_hyper_send(24) * Curl_hyper_send(24) -> 24 > GET...
Adding a `DEBUGF()` before that Assertion and running `curl.exe --tlsv1.2 -v https://mas-oyama.com/`: ``` ... * schannel: recv returned CURLE_AGAIN * schannel: encrypted data buffer: offset 0 length 9216 * schannel:...
Don't ask, but it seems some Rust code inside Hyper caused a panic.
What is the likelihood of that and on what OS? On WindowsVista and later `GetIpForwardTable2()` is used. A serious issue if that fails.
Yes; `pwsh scripts\prepare-machine.ps1 -ForTest`
> We only marked public function as "export". Is there a different naming for _public_ and _private_ symbols? AFAICS, no. Ref. libcurl with `curl_x` (public) and `Curl_x` (private). > and...
> is there any way to make all functions export on windows without messing all functions with dllexport? I often use things like: ``` nm --defined-only *.obj | grep '...
Chrome uses 2 GByte of RAM to show my airport.  Yikes!