-
-
Switch to constants to check Expect
evanphx committedJul 25, 2016 -
-
-
-
Merge pull request #1021 from benzrf/patch-1
Don't let persistent_timeout be nil
-
-
Be sure to only listen on host:port combos once. Fixes #1022
evanphx committedJul 20, 2016
-
Don't let persistent_timeout be nil
I got some errors in a project that uses Puma because persistent_timeout doesn't get set, and arithmetic with nil explodes.
-
-
-
Explicitly listen on all localhost addresses. Fixes #782
evanphx committedJul 19, 2016 -
-
Merge pull request #1017 from jorihardman/configurable_persistent_tim…
…eout Allow persistent_timeout to be configured via the dsl.
-
Merge pull request #993 from scorix/master
Fix `TCPLogger` log error in tcp cluster mode.
-
Merge pull request #981 from zach-chai/patch-1
fix typo in example config
-
Merge pull request #1014 from jeznet/patch-1
Update reference to the instances management script
-
-
Merge pull request #1007 from willnet/patch-1
evanphx committedJun 24, 2016 [ci skip]Update default number of threads
-
[ci skip]Update default number of threads
willnet committedJun 24, 2016
-
Bump required_ruby_version to 1.9.3
I'm not sure it runs on 1.9.3, but it doesn't compile on 1.8.7: mini_ssl.c:4:26: error: ruby/version.h: No such file or directory mini_ssl.c:9:21: error: ruby/io.h: No such file or directory
-