-
Notifications
You must be signed in to change notification settings - Fork 78
Closed
Description
When using the 2016-01-21 client, I get this:
> (ql-http:fetch "http://alpha.quicklisp.org/dist/qlalpha.txt" "/tmp/x")
0: (QL-HTTP:HTTP-FETCH "http://alpha.quicklisp.org/dist/qlalpha.txt" "/tmp/x")
Unexpected HTTP status for #<URL "http://alpha.quicklisp.org/dist/qlalpha.txt">: 400
[Condition of type QL-HTTP:UNEXPECTED-HTTP-STATUS]
This file is available fine with other clients, e.g. curl or wget.
There is no trouble with beta.quicklisp.org:
> (ql-http:fetch "http://beta.quicklisp.org/dist/quicklisp.txt" "/tmp/x")
0: (QL-HTTP:HTTP-FETCH "http://beta.quicklisp.org/dist/quicklisp.txt"
"/tmp/x")
; Fetching #<URL "http://beta.quicklisp.org/dist/quicklisp.txt">
; 0.40KB
==================================================
408 bytes in 0.00 seconds (0.00KB/sec)
0: QL-HTTP:HTTP-FETCH returned #<QL-HTTP::HEADER 200> #P"/private/tmp/x"
#<QL-HTTP::HEADER 200>
#P"/private/tmp/x"
Metadata
Metadata
Assignees
Labels
No labels