[CALCITE-2086] Increased max allowed HTTP header size to 64KB

This commit also allows configuration of this HTTP header max size
via HttpServer.Builder. Downstream users can modify this based on
their requirements, although 64KB should be sufficient for the present.

Closes #21
4 files changed
tree: 7aca1b2990eb3f5d2369f4814c0a57caaeed64e8
  1. core/
  2. docker/
  3. metrics/
  4. metrics-dropwizardmetrics3/
  5. noop-driver/
  6. server/
  7. shaded/
  8. site/
  9. src/
  10. standalone-server/
  11. tck/
  12. .gitattributes
  13. .gitignore
  14. .travis.yml
  15. LICENSE
  16. NOTICE
  17. pom.xml
  18. README
  19. README.md
README.md

Build Status

Apache Calcite -- Avatica

Apache Calcite's Avatica is a framework for building database drivers.

Avatica is a sub-project of Apache Calcite.

For more details, see the home page.

Release notes for all published versions are available on the history page.