em-http-request icon indicating copy to clipboard operation
em-http-request copied to clipboard

cookiejar is incompatible with Ruby HEAD

Open c960657 opened this issue 6 months ago • 0 comments

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.

c960657 avatar Aug 02 '24 16:08 c960657