Costin Manolache wrote:
Remy Maucherat wrote:
Hi,
In order to fix some GC problems in StandardPipeline and
StandardWrapper, where they allocate some context objects (for the
first, it means 3 objects / request, for the second, one complex object
/ request), I need to add methods to the Request
Remy Maucherat wrote:
> Hi,
>
> In order to fix some GC problems in StandardPipeline and
> StandardWrapper, where they allocate some context objects (for the
> first, it means 3 objects / request, for the second, one complex object
> / request), I need to add methods to the Request interface:
> -
Hi,
In order to fix some GC problems in StandardPipeline and
StandardWrapper, where they allocate some context objects (for the
first, it means 3 objects / request, for the second, one complex object
/ request), I need to add methods to the Request interface:
- get/setFilterChain
- get/setValve