Skip to content

400 status on http://alpha.quicklisp.org/dist/qlalpha.txt #129

@quicklisp

Description

@quicklisp

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions