diff --git a/strings.go b/strings.go index 70bd9d9..b3208ee 100644 --- a/strings.go +++ b/strings.go @@ -3,7 +3,7 @@ package fasthttp var ( defaultServerName = []byte("fasthttp server") defaultUserAgent = []byte("fasthttp client") - defaultContentType = []byte("text/plain; charset=utf-8") + defaultContentType = []byte("text/plain") ) var (