Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "middleware chain is broken when found ctx.output" Fix #80. #81

Closed
wants to merge 1 commit into from

Conversation

chrisegner
Copy link

This reverts commit ac6dad9.

The original commit causes a server-side error when express's default 404
handler gets invoked after the response is set. The default 404 handler
attempts to set the status code header, which can't be done since those
bits have already been sent.

…127#80.

This reverts commit ac6dad9.

The original commit causes a server-side error when express's default 404
handler gets invoked after the response is set.  The default 404 handler
attempts to set the status code header, which can't be done since those
bits have already been sent.
@coveralls
Copy link

coveralls commented Dec 3, 2016

Coverage Status

Coverage remained the same at 96.19% when pulling be9547b on chrisegner:master into 6f61ed8 on theganyo:master.

1 similar comment
@coveralls
Copy link

Coverage Status

Coverage remained the same at 96.19% when pulling be9547b on chrisegner:master into 6f61ed8 on theganyo:master.

@theganyo
Copy link
Collaborator

theganyo commented Dec 3, 2016

Thanks. Sorry for the regression. We clearly need a test case on this.

@osher
Copy link
Contributor

osher commented Dec 4, 2016

That's not a regression, there is some other force at work but we are yet to find it ...
Please watch #82

@theganyo
Copy link
Collaborator

Superceded by #74.

@theganyo theganyo closed this May 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants