fix: typo error

This commit is contained in:
debugtalk
2022-02-25 12:14:16 +08:00
parent b89261a907
commit 3de4e072b2

View File

@@ -886,7 +886,7 @@ func shouldPrintBody(contentType string) bool {
if strings.HasPrefix(contentType, "application/xml") {
return true
}
if strings.HasPrefix(contentType, "application/www-form-urlencoded") {
if strings.HasPrefix(contentType, "application/x-www-form-urlencoded") {
return true
}
return false