http4s / http4s-servlet

http4s-servlet support
Apache License 2.0
6 stars 5 forks source link

Incorrect request bodies #172

Open rossabaker opened 1 year ago

rossabaker commented 1 year ago

NonBlockingServletIo.requestBody does not return the correct body with the parallel dispatcher that is passed in by the servlets.

Suggested by @TimWSpance in #171.

rossabaker commented 1 year ago

This test fails on my machine, but appears to be passing in CI. It's a race condition. It works on my machine with sequential dispatchers.

rossabaker commented 1 year ago

This is a problem where #50 is, but mitigated by #175.