We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2ed97f commit 3c3846dCopy full SHA for 3c3846d
include/swoole_config.h
@@ -183,7 +183,7 @@
183
#define SW_HTTP_ASCTIME_DATE "%a %b %e %T %Y"
184
#define SW_HTTP_UPLOAD_FILE "Swoole-Upload-File"
185
#define SW_HTTP_CHUNK_EOF "0\r\n\r\n"
186
-#define SW_HTTP_DEFAULT_CONTENT_TYPE "text/html; charset=utf-8"
+#define SW_HTTP_DEFAULT_CONTENT_TYPE "text/html"
187
#define SW_HTTP_APPLICATION_JSON "application/json"
188
#define SW_HTTP_TEXT_PLAIN "text/plain; charset=utf-8"
189
0 commit comments