Skip to content

Commit

Permalink
Merge pull request #17 from deadtrickster/master
Browse files Browse the repository at this point in the history
use drakma:header-value
  • Loading branch information
xach authored Oct 18, 2016
2 parents 2026f58 + c77ae9e commit 1acc45d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion response.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@

(defgeneric content-length (response)
(:method (response)
(parse-integer (bvalue :content-length (http-headers response)))))
(parse-integer (drakma:header-value :content-length (http-headers response)))))

(defgeneric specialize-response (response)
(:method ((response response))
Expand Down

0 comments on commit 1acc45d

Please sign in to comment.