Disabling charset detection implemented.

This commit is contained in:
Musab Gültekin
2019-06-12 11:44:31 +03:00
parent a311a0f998
commit 2f6cb06982
5 changed files with 40 additions and 26 deletions

View File

@ -46,4 +46,7 @@ type Options struct {
// Max body reading size in bytes
MaxBodySize int64
// Charset Detection disable
CharsetDetectDisabled bool
}