saviorand / lightbug_http

Simple and fast HTTP framework for Mojo! 🔥
MIT License
523 stars 35 forks source link

Unnecessary reads in the client due to fixed default buffer size #46

Open saviorand opened 4 months ago

saviorand commented 4 months ago

Currently when default buffer is too large we read too many requests (see here). Need a better way to handle this.