Skip to content

Commit

Permalink
unicorn 5.0.1 - continuing to violate Rack SPEC
Browse files Browse the repository at this point in the history
Once again, we allow nil values in response headers.  We've had
this bug since March 2009, and thus cannot expect existing
applications and middlewares running unicorn to fix this.

Unfortunately, supporting this bug contributes to application
server lock-in, but at least we'll document it as such.

Thanks to Owen Ou <o@heroku.com> for reporting this regression:

  http://bogomips.org/unicorn-public/CAO47=rJa=zRcLn_Xm4v2cHPr6c0UswaFC_omYFEH+baSxHOWKQ@mail.gmail.com/

Additionally, systemd examples are now in the examples/ directory
based on a post by Christos Trochalakis <yatiohi@ideopolis.gr>:

  http://bogomips.org/unicorn-public/20150708130821.GA1361@luke.ws.skroutz.gr/
  • Loading branch information
Eric Wong committed Nov 17, 2015
1 parent 9abee78 commit 639cc06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GIT-VERSION-GEN
@@ -1,5 +1,5 @@
#!/usr/bin/env ruby
DEF_VER = "v5.0.0"
DEF_VER = "v5.0.1"
CONSTANT = "Unicorn::Const::UNICORN_VERSION"
RVF = "lib/unicorn/version.rb"
GVF = "GIT-VERSION-FILE"
Expand Down

0 comments on commit 639cc06

Please sign in to comment.