Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
correct spelling mistake
  • Loading branch information
EdwardBetts committed Sep 1, 2017
commit 199e587f02bee2af21eb4c7d72ab55e555e78f5d
2 changes: 1 addition & 1 deletion src/clj_http/core_old.clj
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@
(add-client-params!
http-client
;; merge in map of specified timeouts, to
;; support backward compatiblity.
;; support backward compatibility.
(merge {CoreConnectionPNames/SO_TIMEOUT socket-timeout
CoreConnectionPNames/CONNECTION_TIMEOUT conn-timeout}
client-params))
Expand Down