-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Open
Labels
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
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
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