Diff

plugins/mod_s2s/mod_s2s.lua @ 10226:77f900bbbf25

Remove COMPAT with temporary luasec fork The changes in the temporary fork were merged into mainline luasec ca 2013 and included in the 0.5 release in 2014.
author Kim Alvefur <zash@zash.se>
date Sun, 25 Aug 2019 23:12:55 +0200
parent 10120:756b8821007a
child 10240:a17f47d5e119
line wrap: on
line diff
--- a/plugins/mod_s2s/mod_s2s.lua	Sun Aug 25 21:31:04 2019 +0200
+++ b/plugins/mod_s2s/mod_s2s.lua	Sun Aug 25 23:12:55 2019 +0200
@@ -320,7 +320,6 @@
 			session.compressed = info.compression;
 		else
 			(session.log or log)("info", "Stream encrypted");
-			session.compressed = sock.compression and sock:compression(); --COMPAT mw/luasec-hg
 		end
 	end