@@ -54,7 +54,7 @@ |
||
54 | 54 | enum StatusCodes: int |
55 | 55 | { |
56 | 56 | // RFC7231, Section 6.2.1 |
57 | - case Continue = 100; |
|
57 | + case continue = 100; |
|
58 | 58 | // RFC7231, Section 6.2.2 |
59 | 59 | case Switching_Protocols = 101; |
60 | 60 | // RFC2518 |