Unicorn 3.7.0 - minor feature update

Unicorn is an HTTP server for Rack applications designed to only serve
fast clients on low-latency, high-bandwidth connections and take
advantage of features in Unix/Unix-like kernels. Slow clients should
only be served by placing a reverse proxy capable of fully buffering
both the the request and response in between Unicorn and slow clients.

Changes:

  • miscellaneous documentation improvements
  • return 414 (instead of 400) for Request-URI Too Long
  • strip leading and trailing linear whitespace in header values

User-visible improvements meant for Rainbows! users:

  • add :ipv6only “listen” option (same as nginx)