Remix.run Logo
nneonneo 2 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.

lozenge 2 days ago | parent | next [-]

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.

0x457 2 days ago | parent [-]

Well, that should be the first thing you? If it doesn't catch it, then what are you testing?

kstrauser 2 days ago | parent | prev [-]

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?