Skip to content

Instantly share code, notes, and snippets.

@davidbegin
Created October 6, 2015 21:50
Show Gist options
  • Save davidbegin/c969f0554d60b7a026f5 to your computer and use it in GitHub Desktop.
Save davidbegin/c969f0554d60b7a026f5 to your computer and use it in GitHub Desktop.
Aggregating HTTP status Codes in a Pass Through
Nemo calls out to Panda and Nightingale:
What status should Nemo return when:
Scenario 1:
Panda returns a 200
Nightingale returns a 500
Scenario 2:
Panda returns a 404
Nightingale returns a 500
@sfletche
Copy link

sfletche commented Oct 6, 2015

Scenario 1: 206...?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment