diff options
Diffstat (limited to 'libmproxy/protocol2/messages.py')
-rw-r--r-- | libmproxy/protocol2/messages.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libmproxy/protocol2/messages.py b/libmproxy/protocol2/messages.py index 3f53fbd4..f6b584a1 100644 --- a/libmproxy/protocol2/messages.py +++ b/libmproxy/protocol2/messages.py @@ -41,3 +41,9 @@ class ChangeServer(_Message): # We can express this neatly as the "nth-server-providing-layer" # ServerConnection could get a `via` attribute. self.depth = depth + + +class Kill(_Message): + """ + Kill a connection. + """
\ No newline at end of file |