-
-
Notifications
You must be signed in to change notification settings - Fork 214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question: How to specify Transfer-Encoding response header? #137
Comments
StefH
changed the title
[Q] How to specify Transfer-Encoding response header?
Question: How to specify Transfer-Encoding response header?
May 16, 2018
Linked to #136 |
Solved, see NuGet 1.0.3.18 |
I am seeing this issue again.. Transfer-encoding always goes as chunked when used with WithBodyFromFile |
I am seeing this issue too, the Transfer-Encoding header should be allowed to contain multiple values, as long as the last value is chunked, then it should be valid as a chunked request. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I need to specify my own
Transfer-Encoding
response header as it's shown in the example below:The last
Assert
fails, because theTransfer-Encoding
is alwayschunked
.Is it possible to override it?
WireMock.Net version
1.0.3.16
.The text was updated successfully, but these errors were encountered: