-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathChanges
108 lines (57 loc) · 1.81 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
0.9.3 2016-09-13T11:05:00
- bugfix about timeout by wrong Operator Precedence #7
- Optimize by avoiding function call #8
- fix rack deps
0.9.2 2015-12-24T00:31:23
- optimize a bit
0.9.1 2015-12-07T10:37:51
- disable chunked transfer by default
0.9.0 2015-11-13T23:44:13
- safe graceful shutdown
- fix iovcnt calculation
0.8.6 2015-01-26T14:53:06Z
- add some chunked transfer test. refactor around sending chunk
0.8.5 2015-01-26T02:23:08Z
- fix bug. send 0byte mark when using a non raw Array body
0.8.3 2015-01-23T00:33:02Z
- change default backlog to SOMAXCONN
0.8.2 2015-01-22T19:42:49Z
- tune around Expect
0.8.1 2015-01-22T16:42:28Z
- stringfy body and header values
- check 0 byte body
0.8.0 2015-01-22T10:18:30Z
- support HTTP/1.1
0.2.3 2015-01-08T11:21:01Z
- check ENV["SERVER_STARTER_PORT"] has "="
0.2.2 2015-01-07T22:41:52Z
- support SO_REUSEPORT
0.2.1 2014-12-27T01:26:47Z
- fix segfault. header includes "\n"
0.2.0 2014-12-26T11:40:23Z
- support ConfigFile
- changed default MaxWorkers to 5
0.1.2 2014-12-25T17:33:59Z
- oops. status_code.to_i is required
0.1.1 2014-12-25T17:19:31Z
- added close for body
0.1.0 2014-12-25T16:23:00Z
- remove specific rack version
0.0.8 2014-12-25T15:23:41Z
- tweek Header order
- require ruby >= 2.0
0.0.7 2014-12-24T16:25:22Z
- support unix domain socket directly
0.0.6 2014-12-24T13:19:50Z
- support OobGC
0.0.5 2014-12-19T11:06:28Z
- support MaxRequestPerChild=0. worker never exit.
- refactor around res header
0.0.4 2014-12-19-T01:50:11Z
- support multiple line header
0.0.3 2014-12-18T17:22:53Z
- fixed segfault. iovec shortage
0.0.2 2014-12-18T12:50:11Z
- fixed install issue
0.0.1 2014-12-18T12:15:52Z
- first release