remove :to_io support
commit58f027b6c7bf6bb319e5601594219887770edcc7
authorEric Wong <normalperson@yhbt.net>
Mon, 16 Dec 2013 20:38:10 +0000 (16 20:38 +0000)
committerEric Wong <normalperson@yhbt.net>
Mon, 12 May 2014 06:33:24 +0000 (12 06:33 +0000)
treeb3020ed3a5f21937792d1e2fc079234e3f37a21e
parent2b2971794c5deda8fd1b100041c24f06ae55337c
remove :to_io support

:to_io never was a Rack extension, and ends up breaking the case
where an SSL socket is proxied.  The role of :to_io in IO-like
objects is to aid IO.select and like methods.
ext/clogger_ext/clogger.c
ext/clogger_ext/ruby_1_9_compat.h
lib/clogger/pure.rb
test/test_clogger_to_path.rb