Merge 0.7->trunk

This commit is contained in:
Matthew Wild 2010-06-09 01:11:12 +01:00
commit 061df0df37
3 changed files with 0 additions and 2 deletions

View file

@ -96,7 +96,6 @@ end
-- setup compression for a stream
local function setup_compression(session, deflate_stream)
add_filter(session, "bytes/out", function(t)
session.log(t)
local status, compressed, eof = pcall(deflate_stream, tostring(t), 'sync');
if status == false then
session:close({