Fixed Proxy when using MultipartForm with byte[] (#473)

* wip

* ByteArrayContentHelper

* ByteArrayContentHelperTests
This commit is contained in:
Stef Heyenrath
2020-05-23 16:48:25 +02:00
committed by GitHub
parent d9e3f38fee
commit 1b1ddeab83
5 changed files with 80 additions and 5 deletions

View File

@@ -130,7 +130,7 @@ namespace WireMock.Util
data.Encoding = encoding;
data.DetectedBodyType = BodyType.String;
}
return data;
}