Allow :reentrant flag to be forced true/false
commit2dd3e22782090dc347429e306569f687fa794d06
authorEric Wong <normalperson@yhbt.net>
Tue, 9 Feb 2010 01:14:41 +0000 (8 17:14 -0800)
committerEric Wong <normalperson@yhbt.net>
Tue, 9 Feb 2010 01:14:41 +0000 (8 17:14 -0800)
tree89dc09a023bb6a40a18859ae133491b7bbb0e332
parent74ab49d2f02d65fb4d2915563d8b4c4f026e4657
Allow :reentrant flag to be forced true/false

Clogger may set this value independently of "rack.multithread"
since Actor/Fiber-based servers may have multiple instances of
Clogger wrapping different response bodies and yet be
incompatible with "rack.multithread"
ext/clogger_ext/clogger.c
lib/clogger/pure.rb
test/test_clogger.rb