Index: net/tools/balsa/balsa_enums.h |
diff --git a/net/tools/balsa/balsa_enums.h b/net/tools/balsa/balsa_enums.h |
index a59dcda687c92efc0d0f40c2ea65c5c8c0085966..2c79fad33cb5e61e0ec82e71fc5f4e2481644fcd 100644 |
--- a/net/tools/balsa/balsa_enums.h |
+++ b/net/tools/balsa/balsa_enums.h |
@@ -60,10 +60,8 @@ struct BalsaFrameEnums { |
FAILED_TO_FIND_WS_AFTER_REQUEST_REQUEST_URI, // | firstline_b |
FAILED_TO_FIND_NL_AFTER_RESPONSE_REASON_PHRASE, // | firstline_c |
FAILED_TO_FIND_NL_AFTER_REQUEST_HTTP_VERSION, // | firstline_c |
- |
FAILED_CONVERTING_STATUS_CODE_TO_INT, |
REQUEST_URI_TOO_LONG, // Request URI greater than kMaxUrlLen. |
- |
HEADERS_TOO_LONG, |
UNPARSABLE_CONTENT_LENGTH, |
// Warning: there may be a body but there was no content-length/chunked |
@@ -72,7 +70,6 @@ struct BalsaFrameEnums { |
// This is used if a body is required for a request. |
REQUIRED_BODY_BUT_NO_CONTENT_LENGTH, |
- |
HEADER_MISSING_COLON, |
// Chunking errors |
@@ -89,7 +86,6 @@ struct BalsaFrameEnums { |
// A detected internal inconsistency was found. |
INTERNAL_LOGIC_ERROR, |
- |
NUM_ERROR_CODES |
}; |
static const char* ParseStateToString(ParseState error_code); |
@@ -108,4 +104,3 @@ struct BalsaHeadersEnums { |
} // namespace net |
#endif // NET_TOOLS_BALSA_BALSA_ENUMS_H_ |
- |