You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+27Lines changed: 27 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,30 @@
1
+
### v0.6.7 (2015-08-03)
2
+
3
+
4
+
#### Bug Fixes
5
+
6
+
***headers:** fix broken deserialization of headers ([f5f5e1cb](https://github.com/hyperium/hyper/commit/f5f5e1cb2d01a22f170432e73b9c5757380cc18b))
7
+
8
+
9
+
#### Features
10
+
11
+
***net:**
12
+
* Implement NetworkConnector for closure to be more flexible ([abdd4c5d](https://github.com/hyperium/hyper/commit/abdd4c5d632059ebef9bbee95032c9500620212e))
13
+
* add socket timeouts to Server and Client ([7d1f154c](https://github.com/hyperium/hyper/commit/7d1f154cb7b4db4a029b52857c377000a3f23419), closes [#315](https://github.com/hyperium/hyper/issues/315))
14
+
15
+
16
+
#### Breaking Changes
17
+
18
+
* Any custom implementation of NetworkStream must now
19
+
implement `set_read_timeout` and `set_write_timeout`, so those will
20
+
break. Most users who only use the provided streams should work with
0 commit comments