Skip to content
This repository has been archived by the owner on Sep 28, 2021. It is now read-only.

ensure failures to respond are logged #157

Conversation

pettermahlen
Copy link
Member

Prior to this change, a failure to send a response (for an error or a correctly
handled request) to clients would remain 'sitting' in a failed CompletionStage.

Partial remediation for #156

Prior to this change, a failure to send a response (for an error or a correctly
handled request) to clients would remain 'sitting' in a failed CompletionStage.

Partial remediation for spotify#156
@codecov-io
Copy link

codecov-io commented Aug 24, 2016

Current coverage is 69.20% (diff: 50.00%)

Merging #157 into 1.x will increase coverage by 0.06%

@@                1.x       #157   diff @@
==========================================
  Files           134        134          
  Lines          2799       2802     +3   
  Methods           0          0          
  Messages          0          0          
  Branches        224        224          
==========================================
+ Hits           1935       1939     +4   
  Misses          821        821          
+ Partials         43         42     -1   

Powered by Codecov. Last update 565e482...65dd408

@jo-ri
Copy link
Contributor

jo-ri commented Aug 24, 2016

+1

@pettermahlen pettermahlen merged commit 5b9e986 into spotify:1.x Aug 24, 2016
@pettermahlen pettermahlen deleted the log-endpointinvocationhandler-exceptions branch August 24, 2016 15:09
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants