Skip to content

Commit 4f88d39

Browse files
committed
Update lingerings refs to 0.4.6
1 parent 1fe9c0d commit 4f88d39

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Aleph exposes data from the network as a [Manifold](https://github.com/clj-commons/manifold) stream, which can easily be transformed into a `java.io.InputStream`, [core.async](https://github.com/clojure/core.async) channel, Clojure sequence, or [many other byte representations](https://github.com/clj-commons/byte-streams). It exposes simple default wrappers for HTTP, TCP, and UDP, but allows access to full performance and flexibility of the underlying [Netty](https://github.com/netty/netty) library.
88

99
```clj
10-
[aleph "0.4.6"]
10+
[aleph "0.4.7"]
1111
```
1212

1313
### HTTP

examples/project.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
(defproject aleph.examples "0.4.6"
2-
:dependencies [[aleph "0.4.6"]
1+
(defproject aleph.examples "0.4.7"
2+
:dependencies [[aleph "0.4.7"]
33
[gloss "0.2.6"]
44
[compojure "1.6.1"]
55
[org.clojure/clojure "1.9.0"]

src/aleph/http/server.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
(map #(HttpHeaders/newEntity %) ["Server" "Connection" "Date"])
115115

116116
[server-value keep-alive-value close-value]
117-
(map #(HttpHeaders/newEntity %) ["Aleph/0.4.6" "Keep-Alive" "Close"])]
117+
(map #(HttpHeaders/newEntity %) ["Aleph/0.4.7" "Keep-Alive" "Close"])]
118118
(defn send-response
119119
[^ChannelHandlerContext ctx keep-alive? ssl? rsp]
120120
(let [[^HttpResponse rsp body]

0 commit comments

Comments
 (0)