HttpContext
copies in MultiplexingMiddleware
even if 1 downstream route defined
#1825
Labels
Aggregation
Ocelot feature: Request Aggregation
feature
A new feature
Jan'24
January 2024 release
merged
Issue has been merged to dev and is waiting for the next release
proposal
Proposal for a new functionality in Ocelot
Milestone
Expected Behavior / New Feature
Actual Behavior / Motivation for New Feature
In most cases, a single downstream route is defined. In the middleware, however, a copy of the context is created, whereas in the case of a single route this is not necessary, as only one task is started and not several in parallel.
The middleware code is also very complicated to read, even though it is an important part of the application code.
The text was updated successfully, but these errors were encountered: