http4s / http4s-servlet

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

Use a queue-based reader for ServletInputStream #50

Closed rossabaker closed 2 years ago

rossabaker commented 2 years ago

This is a much simpler implementation of reading a servlet request body. I have not benchmarked it, but I feel more confident in it. It uses Cats-Effect 3 tools that weren't available when I wrote the original.

It's inspired by @IndiscriminateCoding's excellent work on jetty4s.