fix: typo error

This commit is contained in:
debugtalk
2022-02-25 12:14:16 +08:00
parent f7b1ff79f3
commit 34b6104775

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