This commit is contained in:
Valentin Boettcher 2019-10-04 14:46:59 +02:00 committed by GitHub
parent 65bad8e0a1
commit 3704025324
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -66,7 +66,7 @@
(defun make-request (env)
(let ((req (apply #'%make-request :env env :allow-other-keys t env)))
(with-slots (method uri uri-scheme) req
(with-slots (method uri uri-scheme content-type) req
(unless method
(setf method (getf env :request-method)))
(unless uri