Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasz-antoniak committed Jul 22, 2024
1 parent bca996c commit 3a18a11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion proxy/pkg/zdmproxy/clienthandler.go
Original file line number Diff line number Diff line change
Expand Up @@ -1543,8 +1543,9 @@ func (ch *ClientHandler) handleRequestSendFailure(err error, frameContext *frame
frameContext.frame.Header.StreamId, frameContext.frame.Header.Version, responseMessage)
if err != nil {
log.Errorf("could not generate protocol error response raw frame (%v): %v", responseMessage, err)
} else {
ch.clientConnector.sendResponseToClient(responseFrame)
}
ch.clientConnector.sendResponseToClient(responseFrame)
}
}

Expand Down

0 comments on commit 3a18a11

Please sign in to comment.