mirror of
https://github.com/apache/druid.git
synced 2025-02-10 03:55:02 +00:00
- Uses method overrides instead of modified Jetty code, now that ProxyServlet provides enough method hooks for proper overrides. This means we may also benefit from any Jetty ProxyServlet fixes - Adds test for async proxy servlet to make sure gzip encoding is properly proxied. - Router now proxies POST requests for requests that are not Druid queries, by only treating /druid/v2/* endpoints as queries.