Skip to content

Commit

Permalink
use drakma:header:value
Browse files Browse the repository at this point in the history
  • Loading branch information
deadtrickster committed Jul 2, 2015
1 parent f0f94b4 commit c77ae9e
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 @@ -77,7 +77,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 c77ae9e

Please sign in to comment.