You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[CloseRead](https://pkg.go.dev/github.com/coder/websocket#Conn.CloseRead) helper for write only connections
33
33
- Compile to [Wasm](https://pkg.go.dev/github.com/coder/websocket#hdr-Wasm)
34
+
- Experimental support for HTTP/2 extended CONNECT (RFC 8441)
35
+
- Requires opt-in via the [AcceptOptions](https://pkg.go.dev/github.com/coder/websocket#AcceptOptions) and [DialOptions](https://pkg.go.dev/github.com/coder/websocket#DialOptions) Protocol option
36
+
- Clients must provide a `http2.Transport`
37
+
- Servers must be started with `GODEBUG=http2xconnect=1`, see https://github.com/golang/go/issues/53208
38
+
- See the [http2 example](./internal/examples/http2)
34
39
35
40
## Roadmap
36
41
@@ -43,7 +48,7 @@ See GitHub issues for minor issues but the major future enhancements are:
0 commit comments