Hacker News new | ask | show | jobs
by nneonneo 328 days ago
Looks like tests were added: https://github.com/apache/httpd-tests/commit/48a85e34051959c...

Shame it wasn’t caught by any existing test though.

2 comments

Did they check the tests passed on the old code and would that have caught the issue? That's an extra step I often do.
Well, that should be the first thing you? If it doesn't catch it, then what are you testing?
The tests include the comment:

  # Seems to have a side affect for any subsequent GET's
Well… does it? And if so, is that fixable?