Method: Hoss::Transport::Connection::ProxyPipe::Write#enable_compression!
- Defined in:
- lib/hoss/transport/connection/proxy_pipe.rb
#enable_compression! ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
60 61 62 63 |
# File 'lib/hoss/transport/connection/proxy_pipe.rb', line 60 def enable_compression! io.binmode @io = Zlib::GzipWriter.new(io) end |