mod_proxy65: Add multiplex pattern.
authorWaqas Hussain <waqas20@gmail.com>
Wed, 25 Apr 2012 07:55:13 +0500
changeset 4685 3d90264c7b3d
parent 4684 dc70c4ffb66d
child 4686 5fd661424b9f
mod_proxy65: Add multiplex pattern.
plugins/mod_proxy65.lua
--- a/plugins/mod_proxy65.lua	Tue Apr 24 21:59:20 2012 +0100
+++ b/plugins/mod_proxy65.lua	Wed Apr 25 07:55:13 2012 +0500
@@ -173,4 +173,7 @@
 module:provides("net", {
 	default_port = 5000;
 	listener = listener;
+	multiplex = {
+		pattern = "^\5";
+	};
 });