]> gitweb.factorcode.org Git - factor.git/commit
http.client, request-url don't try to fix unfixable urls
authorJon Harper <jon.harper87@gmail.com>
Thu, 31 Mar 2016 11:01:07 +0000 (13:01 +0200)
committerJohn Benediktsson <mrjbq7@gmail.com>
Thu, 31 Mar 2016 13:25:03 +0000 (06:25 -0700)
commited33bc786263936342b03963ed603bf32985fad5
tree6a9942ec2d24564571f4f58b37ff14220728cf6a
parent9cbf5483409c075351b675cba374ea4c3496aae1
http.client, request-url don't try to fix unfixable urls

Before, it would prepend http:// to anything and that would create
bad urls like URL" http://http://". It's simpler to fix only what is
fixable
basis/http/client/client-tests.factor
basis/http/client/client.factor