mirror of
https://github.com/Gouryella/drip.git
synced 2026-02-23 21:00:44 +00:00
When processing HTTP streams, support for buffered readers has been added for WebSocket upgrade requests. This ensures that data not fully read before connection switching is not lost. The forwarding logic for the Host header has also been optimized. Add the X-Forwarded-Host header to preserve the original host information.