Skip to content

Commit bdc9287

Browse files
committed
Moved a couple of literals to a different PR
1 parent f3d4fa7 commit bdc9287

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/literals.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ static constexpr const char T_uri[] = "uri";
101101
static constexpr const char T_username[] = "username";
102102
static constexpr const char T_WS[] = "websocket";
103103
static constexpr const char T_WWW_AUTH[] = "WWW-Authenticate";
104-
static constexpr const char T_X_Expected_Entity_Length[] = "X-Expected-Entity-Length";
105104

106105
// HTTP Methods
107106
static constexpr const char T_ANY[] = "ANY";
@@ -224,7 +223,6 @@ DECLARE_STR(T_HTTP_CODE_502, "Bad Gateway");
224223
DECLARE_STR(T_HTTP_CODE_503, "Service Unavailable");
225224
DECLARE_STR(T_HTTP_CODE_504, "Gateway Time-out");
226225
DECLARE_STR(T_HTTP_CODE_505, "HTTP Version Not Supported");
227-
DECLARE_STR(T_HTTP_CODE_507, "Insufficient Storage");
228226
DECLARE_STR(T_HTTP_CODE_ANY, "Unknown code");
229227

230228
static constexpr const char *T_only_once_headers[] = {

0 commit comments

Comments
 (0)