perf: improve allocations in OwinEnvironment
#58916
Labels
area-networking
Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions
Perf
One of the internal teams reported testing plain ASP.NET vs ASP.NET with Owin, and they found a big loss in the RPC with the OWIN usage (much bigger difference than expected).
@deanward81 has found the improvement to make in OwinEnvironment, where there is a way to reduce multiple allocations per request.
The text was updated successfully, but these errors were encountered: