Skip to content

Commit 62a5ec9

Browse files
committed
http: add missing close WsType
1 parent 021ac12 commit 62a5ec9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/http.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ pub enum WsMessageType {
128128
Binary,
129129
Ping,
130130
Pong,
131+
Close,
131132
}
132133

133134
/// Part of the Response type issued by http_server

0 commit comments

Comments
 (0)