Skip to content

Commit 3c3846d

Browse files
committed
default content type
1 parent e2ed97f commit 3c3846d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swoole_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@
183183
#define SW_HTTP_ASCTIME_DATE "%a %b %e %T %Y"
184184
#define SW_HTTP_UPLOAD_FILE "Swoole-Upload-File"
185185
#define SW_HTTP_CHUNK_EOF "0\r\n\r\n"
186-
#define SW_HTTP_DEFAULT_CONTENT_TYPE "text/html; charset=utf-8"
186+
#define SW_HTTP_DEFAULT_CONTENT_TYPE "text/html"
187187
#define SW_HTTP_APPLICATION_JSON "application/json"
188188
#define SW_HTTP_TEXT_PLAIN "text/plain; charset=utf-8"
189189

0 commit comments

Comments
 (0)