Skip to content

Commit e6a20d4

Browse files
committed
Change the HTTP User-Agent a bit.
1 parent 58717d6 commit e6a20d4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

quicklisp.lisp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -925,7 +925,8 @@
925925
(add-line "Host: " host (if (= port 80) ""
926926
(format nil ":~D" port)))
927927
(add-line "Connection: close")
928-
(add-line "User-Agent: quicklisp/1.0")
928+
;; FIXME: get this version string from somewhere else.
929+
(add-line "User-Agent: quicklisp-bootstrap/2010101400")
929930
(add-newline sink)
930931
(sink-buffer sink))))
931932

0 commit comments

Comments
 (0)