netty5/codec-http
Daniel Bevenius 67c68ef8ba CorsHandler should release HttpRequest after processing preflight/error.
Motivation:
Currently, when the CorsHandler processes a preflight request, or
respondes with an 403 Forbidden using the short-curcuit option, the
HttpRequest is not released which leads to a buffer leak.

Modifications:
Releasing the HttpRequest when done processing a preflight request or
responding with an 403.

Result:
Using the CorsHandler will not cause buffer leaks.
2014-10-22 06:37:34 +02:00
..
src CorsHandler should release HttpRequest after processing preflight/error. 2014-10-22 06:37:34 +02:00
pom.xml Add proxy support for client socket connections 2014-10-14 12:29:08 +09:00