Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable http2 extended connect (#178)
### Description Disable http2 extended connect. http2 extended connect was added in x/net 0.33, and go1.24rc1. It breaks websockets. ### Type of change * [ ] New feature * [ ] Feature improvement * [ ] Bug fix * [ ] Documentation * [ ] Cleanup / refactoring * [x] Other (please explain) ### How is this change tested ? * [ ] Unit tests * [x] Manual tests (explain) * [ ] Tests are not needed ### Links to related issues golang/go#71128
- Loading branch information