Skip to content

Commit 1df5fc8

Browse files
committed
Fix HTTP connection opener
1 parent cf46074 commit 1df5fc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rfcs/RFC-007-websockets.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Technical explanation
2727
=====================
2828

2929
After opening a connection, if the first message the SEC node receives starts
30-
with ``HTTP``, it treats the connection as a WebSocket connection, i.e. it
30+
with ``GET /``, it treats the connection as a WebSocket connection, i.e. it
3131
negotiates the connection using a prelude of HTTP requests, after which the
3232
connection continues using the WebSocket protocol in both directions.
3333

0 commit comments

Comments
 (0)