From a9e6121a08c745961992c9fd2b4e4593063192f5 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Fri, 8 Aug 2014 02:45:24 +0200 Subject: properly express state information on server connections, refs #315 --- libmproxy/protocol/handle.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'libmproxy/protocol/handle.py') diff --git a/libmproxy/protocol/handle.py b/libmproxy/protocol/handle.py index 42917ba1..a238b349 100644 --- a/libmproxy/protocol/handle.py +++ b/libmproxy/protocol/handle.py @@ -19,4 +19,8 @@ def handle_messages(conntype, connection_handler): def handle_error(conntype, connection_handler, error): - return _handler(conntype, connection_handler).handle_error(error) \ No newline at end of file + return _handler(conntype, connection_handler).handle_error(error) + + +def handle_server_reconnect(conntype, connection_handler, state): + return _handler(conntype, connection_handler).handle_server_reconnect(state) \ No newline at end of file -- cgit v1.2.3