Alex Manning
Alex Manning
Just closing this for now. Feel free to reopen if you're able to reproduce!
Sorry I left this open for so long... It seems like: - Plug -> populates a `remote_ip` on the `Conn` struct - Cowboy -> has a `cowboy_req:peer` method, so has...
Hmm yeah, I see what you mean. I agree it would be weird to require some transformation to work with `gleam/http`, but also overloading the `req.body` also seems a little...
This is supported now 🎉
I obviously had some misconceptions about valid headers, and honestly after reading the RFC... I'm not particularly more confident 😅 It seems like maybe there are some headers where it's...
Thank you! The fix for this was merged into the Gleam main branch. I'll update this in the near future.
The "issue" here is that ApacheBench is sending an `HTTP/1.0` request. It seems like that doesn't support `keep-alive`. I'll need to handle this particular case (and likely others with HTTP...
I'm going to tentatively say this is fixed. I can properly run `ab` and get some results. I'm really only handling explicitly closing the connection with `HTTP/1.0` so there may...
Probably not to do all the scaffolding and everything. The app itself seems simple enough, though.