Skip to content

Commit 4e64023

Browse files
committed
WIP
1 parent 3a060f7 commit 4e64023

File tree

2 files changed

+3
-33
lines changed

2 files changed

+3
-33
lines changed

haproxyspoa/spoa_message_handler.py

Lines changed: 0 additions & 29 deletions
This file was deleted.

haproxyspoa/spoa_server.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
import asyncio
2+
import functools
3+
from collections import defaultdict
24
from typing import List
35

4-
from haproxyspoa.payloads.ack import AckPayload, ActionVarScope
6+
from haproxyspoa.payloads.ack import AckPayload
57
from haproxyspoa.payloads.agent_disconnect import DisconnectStatusCode, AgentDisconnectPayload
68
from haproxyspoa.payloads.agent_hello import AgentHelloPayload, AgentCapabilities
79
from haproxyspoa.payloads.haproxy_disconnect import HaproxyDisconnectPayload
810
from haproxyspoa.payloads.haproxy_hello import HaproxyHelloPayload
911
from haproxyspoa.payloads.notify import NotifyPayload
1012
from haproxyspoa.spoa_frame import Frame, AgentHelloFrame, FrameType
1113

12-
import functools
13-
from collections import defaultdict
14-
1514

1615
class SpoaServer:
1716

0 commit comments

Comments
 (0)