(use http-client utils) (print (let ((f (with-input-from-request "https://raw.github.com/mario-goulart/selenium/master/selenium.release-info" #f read-file))) f)) ;; If replace read-file by read-all, it works as expected