OpenSearch/modules/transport-netty4
Armin Braun 56401d3f66
Release HTTP Request Body Earlier (#57094) (#57110)
We don't need to hold on to the request body past the beginning of sending
the response. There is no need to keep a reference to it until after the response
has been sent fully and we can eagerly release it here.
Note, this can be optimized further to release the contents even earlier but for now
this is an easy increment to saving some memory on the IO pool.
2020-05-25 13:00:19 +02:00
..
licenses Upgrade netty to 4.1.49.Final (#56059) 2020-05-05 10:40:23 -06:00
src Release HTTP Request Body Earlier (#57094) (#57110) 2020-05-25 13:00:19 +02:00
build.gradle Upgrade netty to 4.1.49.Final (#56059) 2020-05-05 10:40:23 -06:00