Merge "Don't treat finger client disconnect as exception" into feature/zuulv3

This commit is contained in:
Zuul 2018-01-08 06:24:19 +00:00 committed by Gerrit Code Review
commit 2a033296fe
1 changed files with 2 additions and 0 deletions

View File

@ -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'