Skip to content

Commit 44002fc

Browse files
committed
detail
1 parent f3461cf commit 44002fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/response_code.ml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ let not_found = 404
55

66
let descr = function
77
| 100 -> "Continue"
8+
| 101 -> "Switching Protocols"
89
| 200 -> "OK"
910
| 201 -> "Created"
1011
| 202 -> "Accepted"

0 commit comments

Comments
 (0)