igrigorik / em-http-request

Asynchronous HTTP Client (EventMachine + Ruby)
1.22k stars 220 forks source link

Migrate away from Mongrel. #319

Closed michielboekhoff closed 4 years ago

michielboekhoff commented 6 years ago

The test suite is currently failing because Mongrel support has officially been removed from Rack. Furthermore, Mongrel is unmaintained. We should migrate away from it and to something maintained, e.g. WEBrick. I'd be happy to pick this up.

This relates to #318.

igrigorik commented 6 years ago

sgtm! Would really appreciate your help with this — thank you ahead of time! :)

michielboekhoff commented 6 years ago

@igrigorik @jackorp - just so you know, it might be a week or so before I get a chance to pick this up. If it's needed urgently, feel free to pick it up.

igrigorik commented 4 years ago

Per https://github.com/igrigorik/em-http-request/pull/327, closing.