1
- Changes with Tengine 2 .3 .0 20 MAR 2019
1
+ Changes with Tengine 2 .3 .0 25 MAR 2019
2
2
3
3
*) Feature: added proxy_connect module support for the CONNECT
4
4
HTTP method. (chobits)
@@ -11,22 +11,22 @@ Changes with Tengine 2.3.0 20 MAR 2019
11
11
*) Feature: added support of variable of limit_req_zone
12
12
parameter rate. (Alaaask)
13
13
*) Change: updated debug_pool module for Nginx 1 .15 .9 . (chobits)
14
- *) Change: updated documents for reuse_port、 dso、 limit_req
15
- directive changes. (chobits、 wangfakang)
14
+ *) Change: updated documents for reuse_port, dso, limit_req
15
+ directive changes. (chobits, wangfakang)
16
16
*) Change: merged the official limit_req logic. Now will ignore statistics
17
17
when all variable values are empty. (chobits)
18
- *) Change: the reuse_port、 dso、 slice directive has been removed and
18
+ *) Change: the reuse_port, dso, slice directive has been removed and
19
19
use the official features of Nginx. (wangfakang)
20
20
*) Change: updated and modify the official 1 .15 .9 test cases.
21
- (chobits、 wangfakang)
21
+ (chobits, wangfakang)
22
22
*) Change: put all Tengine's modules into the modules directory
23
- which reduces the intrusion of Nginx's core module . (chobits、 wangfakang)
23
+ which reduces the intrusion of Nginx's core module . (chobits, wangfakang)
24
24
*) Change: updated the code from Nginx-1 .15 .9 version,
25
- Stream、 gRPC etc. (chobits、 wangfakang)
25
+ Stream, gRPC etc. (chobits, wangfakang)
26
26
*) Change: updated the Lua module to v0 .10 .14 rc4 . (wangfakang)
27
27
*) Change: updated the dyups document. (lf1029698952 )
28
28
*) Change: changes of the core code are all guarded by macros.
29
- (chobits、 wangfakang、 fankeke、 hongxiaolong、 imkeeper)
29
+ (chobits, wangfakang, fankeke, hongxiaolong, imkeeper)
30
30
*) Change: rollback accpte_filter feature. (wangfakang)
31
31
*) Bugfix: fixed compilation error of dyups module compiled
32
32
with a higher version of OpenSSL. (wangfakang)
@@ -37,7 +37,7 @@ Changes with Tengine 2.3.0 20 MAR 2019
37
37
for ssl_verify_client_exception. (chobits)
38
38
*) Bugfix: fixed coredump caused by upgrading core code
39
39
in dyups and session_sticky modules. (wangfakang)
40
- *) Bugfix: fixed compilation error of limit_req、 http2 module . (hongxiaolong)
40
+ *) Bugfix: fixed compilation error of limit_req, http2 module . (hongxiaolong)
41
41
*) Bugfix: fixed removes the Unix domain socket file
42
42
when pipe proc close listen socket. (wangfakang)
43
43
*) Bugfix: fixed compatibility for --with-openssl
@@ -326,7 +326,7 @@ Changes with Tengine 2.0.0 08 Jan 2014
326
326
compiler options when compiling a new module . (monadbobo)
327
327
328
328
*) Feature: added support for SPDY v3 , and SPDY/HTTP servers can listen on
329
- the same port. (lilbedwin、 chobits)
329
+ the same port. (lilbedwin, chobits)
330
330
331
331
*) Feature: added support for setting retries for upstream servers (proxy,
332
332
memcached, fastcgi, scgi, uwsgi). (supertcy)
0 commit comments