commit f9d4be9f0a2746e67d75a4948faea51729ec586a
parent b5ce3d503365b9ab2de67c8d6b264e974b515483
Author: Tomas Hlavaty <tom@logand.com>
Date:   Thu,  8 May 2014 21:54:28 +0200
arg doesnt need to be optional
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/http.lisp b/http.lisp
@@ -115,7 +115,7 @@
   (write-protocol stream protocol)
   (write-crlf stream))
 
-(defun client1 (url &optional headers)
+(defun client1 (url headers)
   (destructuring-bind (&key scheme host port path query-string fragment)
       (etypecase url
         (list url)