commit | 2a033296fe86356ae57fd0a645b57bd74c48c2ad | [log] [tgz] |
---|---|---|
author | Zuul <zuul@review.openstack.org> | Mon Jan 08 06:24:19 2018 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Mon Jan 08 06:24:19 2018 +0000 |
tree | 944dc80a6d4d7d1c04945964664c581f802d9fd6 | |
parent | 2f570fb8bc9fe6e62b269b14a5b80cb655984d81 [diff] | |
parent | 198d9e471b163a667e0f28adbe0219b82915ee2d [diff] |
Merge "Don't treat finger client disconnect as exception" into feature/zuulv3
diff --git a/zuul/lib/fingergw.py b/zuul/lib/fingergw.py index 746f552..b56fe04 100644 --- a/zuul/lib/fingergw.py +++ b/zuul/lib/fingergw.py
@@ -77,6 +77,8 @@ port_location['port'], build_uuid, ) + except BrokenPipeError: # Client disconnect + return except Exception: self.log.exception('Finger request handling exception:') msg = 'Internal streaming error'