vercel-community / rust

🦀 Rust runtime for ▲ Vercel Serverless Functions
https://rust-runtime.vercel.app
MIT License
816 stars 50 forks source link

Error: hyper::Error(IncompleteMessage) on almost every request #136

Open c0repwn3r opened 7 months ago

c0repwn3r commented 7 months ago

Title. On almost every single request made to the server, Error: hyper::Error(IncompleteMessage) is logged to the console and the request eventually times out.

dglsparsons commented 7 months ago

Hi @c0repwn3r, thanks for raising this. Can you detail some steps to reproduce, ideally with a simple reproduction? Could you also share which 'server' you are referring to? Is this running it locally (e.g. vercel dev), or deployed to Vercel? If it's the former, could you share your OS + arch?

c0repwn3r commented 7 months ago

I'll try to get a reproduction. 'server' as in the local dev server spun up by vercel dev.

sysinfo: Linux 6.6.3-arch1-1 x86_64.

dglsparsons commented 7 months ago

Could you also share the version of the vercel CLI you are running in that case 🙏