Skip to content

Commit

Permalink
Merge pull request #234 from hugoduncan/use-scheme-registry-in-defaul…
Browse files Browse the repository at this point in the history
…t-connection

Allow scheme customisation in default connection
  • Loading branch information
dakrone committed Dec 2, 2014
2 parents 0cc0cf9 + 090976a commit 5590ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clj_http/conn_mgr.clj
Expand Up @@ -126,7 +126,7 @@

(opt req :insecure) (BasicClientConnectionManager. insecure-scheme-registry)

:else (BasicClientConnectionManager.)))
:else (BasicClientConnectionManager. regular-scheme-registry)))

;; need the fully qualified class name because this fn is later used in a
;; macro from a different ns
Expand Down

0 comments on commit 5590ef1

Please sign in to comment.