You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I made a marker interface so that both ChannelStream and CRLFStream
wrapper can have a common type so they can call writenonblock. I added
an error check to throw and IOException if CRLFStreamWrapper is wrapping
from stream type but I suspect it is an impossible path by this point in
our code. Zero 1.7 risk fix since this was just dumping stack before.
Environment
JRuby 1.7.25 on windows
Expected Behavior
To not crash with a classcastexception.
Actual Behavior
Classcastexception based on wanting a ChannelStream but getting a CRLFStreamWrapper.
The text was updated successfully, but these errors were encountered: