-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Closed
Labels
Needs: Author FeedbackThe author of this issue needs to respond in order for us to continue investigating this issue.The author of this issue needs to respond in order for us to continue investigating this issue.area-middlewareIncludes: URL rewrite, redirect, response cache/compression, session, and other general middlewaresIncludes: URL rewrite, redirect, response cache/compression, session, and other general middlewaresfeature-output-caching
Milestone
Description
Is there an existing issue for this?
- I have searched the existing issues
Describe the bug
OutputCacheEntry is renting an ArrayPool that never gets returned to the pool, in method: CopyHeadersFrom
Headers = new(arr, 0, index); |
P.S the dispose is empty and is never released in any other place
Expected Behavior
ArrayPool rented should be returned
Steps To Reproduce
Normal usage of Output caching, behavior happens if there are headers to cache
Exceptions (if any)
No response
.NET Version
No response
Anything else?
No response
Metadata
Metadata
Assignees
Labels
Needs: Author FeedbackThe author of this issue needs to respond in order for us to continue investigating this issue.The author of this issue needs to respond in order for us to continue investigating this issue.area-middlewareIncludes: URL rewrite, redirect, response cache/compression, session, and other general middlewaresIncludes: URL rewrite, redirect, response cache/compression, session, and other general middlewaresfeature-output-caching