oops
This commit is contained in:
parent
212e5d04e6
commit
b028b1a379
1 changed files with 2 additions and 2 deletions
|
@ -614,13 +614,13 @@ proxyRequest proxydone proxyparams requestcomplete requestmessage protoerrhandle
|
|||
y $ net $ sendBytes len b nullMeterUpdate
|
||||
|
||||
relayDATAFinish x y sendsuccessfailure ()
|
||||
| proxyProtocolVersion proxyparams == ProtocolVersion 0 = sendsuccessfailure
|
||||
| proxyClientProtocolVersion proxyparams == ProtocolVersion 0 = sendsuccessfailure
|
||||
-- Protocol version 1 has a VALID or
|
||||
-- INVALID message after the data.
|
||||
| otherwise = relayonemessage x y (\_ () -> sendsuccessfailure)
|
||||
|
||||
relayDATAFinishMulti k rs
|
||||
| proxyProtocolVersion proxyparams == ProtocolVersion 0 =
|
||||
| proxyClientProtocolVersion proxyparams == ProtocolVersion 0 =
|
||||
finish $ net receiveMessage
|
||||
| otherwise =
|
||||
flip protoerrhandler (client $ net $ receiveMessage) $
|
||||
|
|
Loading…
Reference in a new issue