mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-27 02:38:30 +02:00
Fixed Proxy when using MultipartForm with byte[] (#473)
* wip * ByteArrayContentHelper * ByteArrayContentHelperTests
This commit is contained in:
@@ -130,7 +130,7 @@ namespace WireMock.Util
|
||||
data.Encoding = encoding;
|
||||
data.DetectedBodyType = BodyType.String;
|
||||
}
|
||||
|
||||
|
||||
return data;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user