mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-20 21:58:33 +00:00
`AsyncMiddleManServlet.Transparent` class should extend `AsyncMiddleManServlet` so the consumers can override the `newServerResponseContentTransformer` & `newServerResponseContentTransformer` to provide their own ContentTransformer. The way it is structured right now makes it impossible to use `AsyncMiddleManServlet.Transparent` servlet as a middle man servlet. Signed-off-by: Assim Deodia <assim.deodia@gmail.com>