check_client_connection: document local-only requirement
commit90db7b14eab449da8cef4ef22ab76ae00f654361
authorEric Wong <normalperson@yhbt.net>
Thu, 29 Nov 2012 21:48:31 +0000 (29 21:48 +0000)
committerEric Wong <normalperson@yhbt.net>
Thu, 29 Nov 2012 23:00:15 +0000 (29 23:00 +0000)
tree17b574022aae475b6f2373482026b238f43f1288
parent5c700fc2cf398848ddcf71a2aa3f0f2a6563e87b
check_client_connection: document local-only requirement

In my testing, only dropped clients over Unix domain sockets or
loopback TCP were detected with this option.  Since many
nginx+unicorn combinations run on the same host, this is not a
problem.

Furthermore, tcp_nodelay:true appears to work over loopback,
so remove the requirement for tcp_nodelay:false.
examples/unicorn.conf.rb
lib/unicorn/configurator.rb