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

404 responses stick after one 404 response #249

Closed
mnapoli opened this issue Feb 18, 2019 · 0 comments
Closed

404 responses stick after one 404 response #249

mnapoli opened this issue Feb 18, 2019 · 0 comments
Labels

Comments

@mnapoli
Copy link
Member

mnapoli commented Feb 18, 2019

Reported by @nealio82

The usual scenario:

  • request A -> 200 OK
  • request B -> returns a Status: 404
  • request C, D, etc. -> Status: 404 (the Status header sticks to next requests)

This also caused infinite redirect loop because the 302 header was never cleared.

Source: hoaproject/Fastcgi#24

@mnapoli mnapoli added the bug label Feb 18, 2019
@mnapoli mnapoli changed the title Random 404 responses 404 responses sticks after one 404 response Feb 18, 2019
@mnapoli mnapoli changed the title 404 responses sticks after one 404 response 404 responses stick after one 404 response Feb 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant