mirror of
https://github.com/valyala/fasthttp.git
synced 2026-06-15 16:07:51 +03:00
removed charset=utf-8 from default content-type, since it is implied by default
This commit is contained in:
+1
-1
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user