krakjoe / pcov

PCOV - CodeCoverage compatible driver for PHP
Other
695 stars 29 forks source link

Issue with empty response with php builtin server #60

Closed dominikzogg closed 3 years ago

dominikzogg commented 3 years ago

It seems there is an issue (rare edgecase) using the builtin webserver with pcov and empty responses:

https://github.com/slimphp/Slim-Psr7/issues/189

nikic commented 3 years ago

This issue is fixed by https://github.com/krakjoe/pcov/commit/fa3bb62f728bcdd8be2ddcef37f785d79ca63014 as of five minutes ago :)