Skip to content

Disable http2 extended connect #178

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 8, 2025
Merged

Disable http2 extended connect #178

merged 1 commit into from
Jan 8, 2025

Conversation

rthellend
Copy link
Collaborator

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
  • Other (please explain)

How is this change tested ?

  • Unit tests
  • Manual tests (explain)
  • Tests are not needed

Links to related issues

golang/go#71128

@rthellend rthellend merged commit eb8835a into main Jan 8, 2025
4 checks passed
@rthellend rthellend deleted the disable-extended-connect branch January 8, 2025 17:33
rthellend added a commit that referenced this pull request Jan 8, 2025
### 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant