summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--zuul/lib/fingergw.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/zuul/lib/fingergw.py b/zuul/lib/fingergw.py
index 746f5522a..b56fe0461 100644
--- a/zuul/lib/fingergw.py
+++ b/zuul/lib/fingergw.py
@@ -77,6 +77,8 @@ class RequestHandler(streamer_utils.BaseFingerRequestHandler):
port_location['port'],
build_uuid,
)
+ except BrokenPipeError: # Client disconnect
+ return
except Exception:
self.log.exception('Finger request handling exception:')
msg = 'Internal streaming error'