Proxy is working but unstable

This commit is contained in:
9seconds
2018-07-06 10:21:04 +03:00
parent 5413a5b090
commit 88faeb7195
10 changed files with 83 additions and 65 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ func (r *ProxyRequest) Bytes(message []byte) []byte {
buf := &bytes.Buffer{}
flags := r.Flags
if r.Options.QuickAck {
if r.Options.ReadHacks.QuickAck {
flags |= proxyRequestFlagsQuickAck
}