diff --git a/src/core/response_code.ml b/src/core/response_code.ml index 1652f564..54052268 100644 --- a/src/core/response_code.ml +++ b/src/core/response_code.ml @@ -5,6 +5,7 @@ let not_found = 404 let descr = function | 100 -> "Continue" + | 101 -> "Switching Protocols" | 200 -> "OK" | 201 -> "Created" | 202 -> "Accepted"