Skip to content

Commit

Permalink
Remove extraneous into
Browse files Browse the repository at this point in the history
  • Loading branch information
dakrone committed Dec 13, 2016
1 parent 2cce883 commit c558a95
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/clj_http/core.clj
Expand Up @@ -309,8 +309,7 @@
:major (.getMajor protocol-version)
:minor (.getMinor protocol-version)}
:reason-phrase (.getReasonPhrase status)
:trace-redirects (mapv str
(into [] (.getRedirectLocations context)))}))
:trace-redirects (mapv str (.getRedirectLocations context))}))

(defn- get-conn-mgr
[async? req]
Expand Down

0 comments on commit c558a95

Please sign in to comment.