Remove/disable manual response chunking
See original GitHub issueIf the application specifies a Transfer-Encoding: chunked
response header then kestrel takes that as a signal that the app has implemented its own chunking and so the server should not auto-chunk. It’s not clear that this feature has ever been used as intended, but it does keep breaking apps that are forwarding responses from HttpClient.
Proposal: Disable and or remove this feature. Consider adding an option or quirk to re-enable it just in case anybody was using it.
Issue Analytics
- State:
- Created 3 years ago
- Comments:9 (9 by maintainers)
Top Results From Across the Web
Node JavaScript disable Transfer-Encoding Chunked
I have an app which sends HTTP responses as chunked. The chunking itself is done before the HTTP response and is sent as...
Read more >Untitled
Remove/disable manual response chunking #24186 WebMar 13, 2023 · To download chunked messages from an endpoint over HTTP, the endpoint must support partial ......
Read more >Change log for 4.11.43 - OpenShift Mirror
... fix: armclient panic when response is nil #1235 ... BUG 2075459: IOPS was not being set even when manually configured #5925 ...
Read more >LS-SCTP: a bandwidth aggregation technique for stream ...
Under normal conditions, all data chunks are sent on the primary path chosen by the SCTP user during the transport connection initiation.
Read more >VMware Cloud Director API Programming Guide for ...
The server creates Link elements in a response body. ... you manually import a VM as a vApp, but it is simplified in...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Triage: We initially thought this was a Kestrel specific behavior that was both inconsistent and annoying. However, we’ve now realized that it’s implemented consistently across IIS, HttpSys, and Kestrel, and the IIS behavior is out of our control. While it remains annoying, we’ve decided to leave it here because at least it’s consistent.
Ah, here’s the wiki I was looking for. https://github.com/dotnet/aspnetcore/wiki/Quirks-mode-switches-in-patches