Zlib::GzipWriter.<<
-------------------
Key: JRUBY-4074
URL: http://jira.codehaus.org/browse/JRUBY-4074
Project: JRuby
Issue Type: Bug
Components: Core Classes/Modules
Affects Versions: JRuby 1.4.0RC1, JRuby 1.3.1
Environment: OpenJDK Runtime Environment (IcedTea6 1.4.1)
(6b14-1.4.1-0ubuntu11) on ubuntu
Reporter: kristian meier
solution for me is the monkey patch below. It is used in Rack::Deflater which I
cannot use with jurby/rails/
class Zlib::GzipWriter
def <<(arg)
write(arg)
end
end
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email