igrigorik / em-http-request

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

Invalid URL scheme parsing #332

Open romiras opened 5 years ago

romiras commented 5 years ago

Try different scheme instead of http and you still receive same response.

200 http://example.com/

<!doctype html>\n<html>\n<head>\n <title>Example Domain</title>\n\n <meta charset=\"utf-8\" />\n <m


200 httpzzz://example.com/

<!doctype html>\n<html>\n<head>\n <title>Example Domain</title>\n\n <meta charset=\"utf-8\" />\n <m


200 attp3://example.com/

<!doctype html>\n<html>\n<head>\n <title>Example Domain</title>\n\n <meta charset=\"utf-8\" />\n <m