Quantcast
Channel: ASPNETWebStack Issue Tracker Rss Feed
Viewing all articles
Browse latest Browse all 7215

Commented Issue: In Webhost, transfer encoding chunked to 'true' has no effect on response having objectcontent [1421]

$
0
0
In webhost, for the following setup when I am explicitly setting the chunked encoding to true, i do not see the response being sent as chunked.

```
public HttpResponseMessage Get(bool sendResponseAsChunked)
{
HttpResponseMessage resp = Request.CreateResponse<string>("Hello World!");
resp.Headers.TransferEncodingChunked = sendResponseAsChunked;

return resp;
}
```

_Notes_: This is not a high priority scenario, but since we recently made changes to honor a user's setting, i am filing this issue just as an fyi
Comments: commit b19e40013f3ce12c1f6b7e724874697f2de3ad9e

Viewing all articles
Browse latest Browse all 7215

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>