igrigorik / em-http-request

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

cookiejar is incompatible with Ruby HEAD #365

Open c960657 opened 1 month ago

c960657 commented 1 month ago

EM-HTTP-Request depends on cookiejar which is incompatible with Ruby HEAD due to recent changes in the URI module in Ruby core.

cookiejar is EOL'd, so it should probably be replaced with a different library. This PR implements an ugly workaround. It is not intended to be merged but just illustrates the problem and acts as a placeholder for the general issue.