Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(electron): update undici to fix infinite loading issue when a htt…
…p2 server is restarted after sending a request and sending a request again (fixes #301) steps to reproduce the bug before this commit: 1. npm start packages/test-api-http2 2. disable ssl checking in restfox 3. send request to https://localhost:8443 4. stop server 5. send request again - you'll now see the infinite loader 6. start server again 7. cancel the loader using "cancel request" 8. send request again - this will succeed
- Loading branch information