sporadic failure in HttpListenerTest.keepAlive
I'm running 1.5.0 tarball code with unit-tests on macOS 10.12.6. There was a failure in HttpListenerTest.keepAlive. I've run tests 10 times and it failed 3 times. Looks like a race condition.
[ RUN ] HttpListenerTest.keepAlive
server_client_unittests.cc:558: Failure
Value of: client->isConnectionAlive()
Actual: true
Expected: false
[ FAILED ] HttpListenerTest.keepAlive (1 ms)
Edited by Francis Dupont