-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Description
There's a problem with REST service returning a lot of data using streaming - I have to use some intermediate caching before I can pass that stream somewhere.
It would be great if RestSharp could give me an ability to have read access to this stream without any caching.
I know that there's ResponseWriter property for this case, but stream is going to be closed as soon as webResponse.Close(); is executed inside Http.ExtractResponseData method.
I suggest adding some kind of a flag telling if webResponse.Close(); must be executed as implemented right now, or explicitly by some additional call.
I've created topic in google group.
link: https://groups.google.com/forum/#!topic/restsharp/xes9QuxwSHU
Metadata
Metadata
Assignees
Labels
No labels