Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

http listener refactor #1915

Merged
merged 2 commits into from
Oct 24, 2016
Merged

http listener refactor #1915

merged 2 commits into from
Oct 24, 2016

Commits on Oct 24, 2016

  1. http listener refactor

    in this commit:
    
    - chunks out the http request body to avoid making very large
      allocations.
    - establishes a limit for the maximum http request body size that the
      listener will accept.
    - utilizes a pool of byte buffers to reduce GC pressure.
    sparrc committed Oct 24, 2016
    Configuration menu
    Copy the full SHA
    097b1e0 View commit details
    Browse the repository at this point in the history
  2. http_listener input unit tests

    sparrc committed Oct 24, 2016
    Configuration menu
    Copy the full SHA
    c849b58 View commit details
    Browse the repository at this point in the history