orthecreedence/drakma-async

Additional-headers with latest quicklisp is broken?

nightshade427 opened this issue · 1 comments

I think this is probably drakma related?

It seems that content type is broken?

(drakma-async:http-request "https://www.fqdn.com" :additional-headers '((:mine "test")))
GET / HTTP/1.1                                                                                                                                                                            
Host: www.fqdn.com                                                                                                                                                                      
User-Agent: Drakma/1.3.9 (SBCL 1.1.18; Linux; 3.14.4-x86_64-linode40; http://weitz.de/drakma/)                                                                                            
Accept: */*                                                                                                                                                                               
MINE: (test)  

Should be

GET / HTTP/1.1                                                                                                                                                                            
Host: www.fqdn.com                                                                                                                                                                      
User-Agent: Drakma/1.3.9 (SBCL 1.1.18; Linux; 3.14.4-x86_64-linode40; http://weitz.de/drakma/)                                                                                            
Accept: */*                                                                                                                                                                               
MINE: test

nevermind, all good