| The lib/http-get library doesn't seem to work with sites served by Arc. For example (save-page "http://reddit.com" "foo")
works fine, but (save-page "http://arclanguage.com" "foo")
returns a malformed header error, as does http://pageonetimes.com, news.ycombinator.com and any local site I create. I looked at the header it was generating and couldn't see anything wrong with it. I'm running Anarki on Windows, so it could be that Windows/MzScheme is mangling the line feeds or something, but I don't have another system to test it on so I can't check that.So I can't work out if the bug is in what http-get is sending or in what srv.arc will receive :( |