mirror of
https://github.com/sigmasternchen/Serwer
synced 2025-03-15 07:08:54 +00:00
default case for ws_strm
This commit is contained in:
parent
963a7b3505
commit
7d321da20a
1 changed files with 2 additions and 1 deletions
|
@ -208,7 +208,8 @@ const char* ws_strm(method_t method) {
|
|||
return "TRACE";
|
||||
case CONNECT:
|
||||
return "CONNECT";
|
||||
|
||||
default:
|
||||
return "unknown method";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue