You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.
We need something like Web API's PushStreamContent to allow for users to push large size content without having to buffer it into the Large Object Heap first. A good candidate for trying this is the Static File Server sample.
The text was updated successfully, but these errors were encountered:
Yeah it would be good to have a chat about this one at some point - it's part of the OWIN spec I think (?) but I don't know whether I completely understand the expected usage model...
Gitter chat October 19, 2015 9:11 AM
We need something like Web API's
PushStreamContent
to allow for users to push large size content without having to buffer it into the Large Object Heap first. A good candidate for trying this is the Static File Server sample.The text was updated successfully, but these errors were encountered: