Skip to content

Commit c12e722

Browse files
committed
fix(spop): Disable pipeline and async support
1 parent d2c4ce8 commit c12e722

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spop/protocol.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ func (c *protocolClient) onHAProxyHello(f *frame) error {
129129
_, err := (&AgentHelloFrame{
130130
Version: version,
131131
MaxFrameSize: c.maxFrameSize,
132-
Capabilities: []string{capabilityNamePipelining, capabilityNameAsync},
132+
Capabilities: []string{},
133133
}).WriteTo(c.rw)
134134
return err
135135
}

0 commit comments

Comments
 (0)