File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ For more information, check out
2727## Spec conformance
2828
2929This library aims to follow
30- [ rfc6455 ] ( https://datatracker.ietf.org/doc/html/rfc6455 ) and
31- [ rfc8441 ] ( https://datatracker.ietf.org/doc/html/rfc8441 ) as closely as possible
30+ [ RFC6455 ] ( https://datatracker.ietf.org/doc/html/rfc6455 ) and
31+ [ RFC8441 ] ( https://datatracker.ietf.org/doc/html/rfc8441 ) as closely as possible
3232and uses [ Autobahn|Testsuite] ( https://github.com/crossbario/autobahn-testsuite )
3333to check conformance with every run of tests/CI. The auto-generated report
3434produced by the Autobahn|Testsuite is uploaded on each push to main.
@@ -38,7 +38,7 @@ https://mint-websocket.nyc3.digitaloceanspaces.com/autobahn/index.html
3838
3939## A Quick Note About HTTP/2
4040
41- HTTP/2 WebSockets are not a built-in feature of HTTP/2. rfc8441 is an extension
41+ HTTP/2 WebSockets are not a built-in feature of HTTP/2. RFC8441 is an extension
4242to the HTTP/2 protocol and server libraries are not obligated to implement it.
4343In the current landscape, very few server libraries support the HTTP/2
4444extended CONNECT method which bootstraps WebSockets.
You can’t perform that action at this time.
0 commit comments