| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
| @@ -24,6 +24,7 @@ jobs: | |||
| - os: windows-11-arm | |||
| msvs-version: 2022 # Fix this when Visual Studio 2025 is released | |||
There was a problem hiding this comment.
Customers needing Visual Studio 2022 must migrate to the windows-2022 image.
https://github.com/actions/runner-images/tree/main/images/windows
https://github.com/actions/runner-images/tree/main#available-images
Sorry, something went wrong.
There was a problem hiding this comment.
windows-11-arm is still vs 2022: https://github.com/actions/runner-images/blob/main/images/windows/Windows11-Arm64-Readme.md#visual-studio-enterprise-2022
Sorry, something went wrong.
|
@cclauss would you mind taking a look? thanks! |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Checklist
Description of change
Previously undici ProxyAgent/EnvHttpProxyAgent tunneled all proxied requests via CONNECT. As of nodejs/undici#5116 (v8.7.0), plain HTTP requests are forwarded to the proxy in absolute-form (a normal request), and only HTTPS still uses a CONNECT tunnel. The node-gyp test proxy only listened for the connect event, so the forwarded HTTP request got no response and the test hung to the 30s timeout.