<!-- This is a simple template for filing JRuby isuses. Please help us help you by providing the information below. Text inside XML comment tags will not be shown in your report. --> ### Environment JRuby 1.7.25 on windows <!-- Provide at least: * JRuby version (`jruby -v`) and command line (flags, JRUBY_OPTS, etc) * Operating system and platform (e.g. `uname -a`) Other relevant info you may wish to add: * Installed or activated gems * Application/framework version (e.g. Rails, Sinatra) * Environment variables --> ### Expected Behavior To not crash with a classcastexception. <!-- Describe your expectation of how JRuby should behave. Provide an executable Ruby script or a link to an example repository. --> ### Actual Behavior Classcastexception based on wanting a ChannelStream but getting a CRLFStreamWrapper. <!-- Describe or show the actual behavior. Provide text or screen capture showing the behavior. -->