Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Deal with non CF Jetstream failed requests #2497

Merged
merged 1 commit into from
Jun 22, 2018
Merged

Conversation

irfanhabib
Copy link
Contributor

@irfanhabib irfanhabib commented Jun 21, 2018

Fixes #2459

errorResponse isnt set when a non-CF jetstream request is failed. Currently we throw an exception and declare all endpoints as errored.

Although because of a possible subscription leak the endpoint that was disconnected still ends up in errored state. That is tracked in #2460

@cfdreddbot
Copy link

Hey irfanhabib!

Thanks for submitting this pull request! I'm here to inform the recipients of the pull request that you and the commit authors have already signed the CLA.

@irfanhabib irfanhabib self-assigned this Jun 21, 2018
@codecov
Copy link

codecov bot commented Jun 21, 2018

Codecov Report

Merging #2497 into v2-master will not change coverage.
The diff coverage is 0%.

@@            Coverage Diff             @@
##           v2-master    #2497   +/-   ##
==========================================
  Coverage      70.69%   70.69%           
==========================================
  Files            590      590           
  Lines          24852    24852           
  Branches        5611     5611           
==========================================
  Hits           17569    17569           
  Misses          7283     7283

Copy link
Contributor

@nwmac nwmac left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@nwmac nwmac merged commit 72cfa0a into v2-master Jun 22, 2018
@nwmac nwmac deleted the handle-no-errorResponse branch June 22, 2018 07:27
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants