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 Nov 20, 2018. It is now read-only.
BufferingHelper.EnableRewind creates a temp file to store the request buffer in if it gets too large. Currently this file is only deleted when closed by GC, where it could be deleted at the end of the given request. Register for Response.RegisterForDispose when the file is created.
BufferingHelper.EnableRewind creates a temp file to store the request buffer in if it gets too large. Currently this file is only deleted when closed by GC, where it could be deleted at the end of the given request. Register for Response.RegisterForDispose when the file is created.
https://github.com/aspnet/HttpAbstractions/blob/dev/src/Microsoft.AspNet.Http/BufferingHelper.cs#L47-L49
The text was updated successfully, but these errors were encountered: