What steps can reproduce the bug? Running multiple, large-ish (~2MB) GET requests through the nodejs http module causes some of the requests to hang indefinitely ...
name: Print setup-python environment (self-hosted Windows) on: push: branches: - main jobs: setup-python-test: runs-on: self-hosted steps: - name: Set up Python uses: actions/setup-python@v6 with: ...