Skip to content

Commit

Permalink
release 2.1.14: bug fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
shenfeng committed Dec 23, 2013
1 parent 24080b0 commit e673d22
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ See **[http-kit.org](http://http-kit.org)** for documentation, examples, benchma
Current [semantic](http://semver.org/) version:

```clj
[http-kit "2.1.13"]
[http-kit "2.1.14"]
```


Expand Down
4 changes: 4 additions & 0 deletions history.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.1.13 (2013/12/23)
HTTP client:
Fix #98 Strange timeout bug: SocketChannel.connect() may return true if the connection is established immediately, then the OP_CONNECT event will not be tiggered again. (thanks @cannedprimates)

## 2.1.13 (2013/10/19)
Allow callback to be a multimethod for HTTP requests. (thanks @jaley)

Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject http-kit "2.1.12"
(defproject http-kit "2.1.14"
:description "High-performance event-driven HTTP client/server for Clojure"
:dependencies [[org.clojure/clojure "1.4.0"]]
:warn-on-reflection true
Expand Down

0 comments on commit e673d22

Please sign in to comment.