Skip to content

broken pipe IOException handler

Sanjeev-SLB requested to merge broken_pipe_fix into master

Register Service is throwing IOException with a Broken pipe error message. This is usually thrown when a client closes the connection while its request is still being processed in the server. We should handle this properly so a client can retry.

Here is one of the stack trace:

image

Edited by Sanjeev-SLB

Merge request reports