We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ff6b1f commit f92d51eCopy full SHA for f92d51e
src/error.cpp
@@ -177,7 +177,7 @@ DEFINE_ERROR_T_MESSAGE_MAP(error)
177
{ partial_deflate_block, "partial deflate block" },
178
{ message_too_big, "message too big" },
179
{ bad_http_version, "bad http version" },
180
- { bad_method, "bad method" },
+ { websocket_bad_method, "websocket bad method" },
181
{ no_host, "no host" },
182
{ no_connection, "no connection" },
183
{ no_connection_upgrade, "no connection upgrade" },
0 commit comments