ithewei 3 years ago
parent
commit
e96a214be0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      http/httpdef.h

+ 1 - 1
http/httpdef.h

@@ -249,7 +249,7 @@ enum http_content_type {
 #define XX(name, string, suffix)   name,
     CONTENT_TYPE_NONE           = 0,
 
-    CONTENT_TYPE_TEXT_BEGIN     = 100,
+    CONTENT_TYPE_TEXT           = 100,
     MIME_TYPE_TEXT_MAP(XX)
 
     CONTENT_TYPE_APPLICATION    = 200,