1- Changes with Tengine 2 .3 .0 20 MAR 2019
1+ Changes with Tengine 2 .3 .0 25 MAR 2019
22
33 *) Feature: added proxy_connect module support for the CONNECT
44 HTTP method. (chobits)
@@ -11,22 +11,22 @@ Changes with Tengine 2.3.0 20 MAR 2019
1111 *) Feature: added support of variable of limit_req_zone
1212 parameter rate. (Alaaask)
1313 *) 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)
1616 *) Change: merged the official limit_req logic. Now will ignore statistics
1717 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
1919 use the official features of Nginx. (wangfakang)
2020 *) Change: updated and modify the official 1 .15 .9 test cases.
21- (chobits、 wangfakang)
21+ (chobits, wangfakang)
2222 *) 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)
2424 *) Change: updated the code from Nginx-1 .15 .9 version,
25- Stream、 gRPC etc. (chobits、 wangfakang)
25+ Stream, gRPC etc. (chobits, wangfakang)
2626 *) Change: updated the Lua module to v0 .10 .14 rc4 . (wangfakang)
2727 *) Change: updated the dyups document. (lf1029698952 )
2828 *) Change: changes of the core code are all guarded by macros.
29- (chobits、 wangfakang、 fankeke、 hongxiaolong、 imkeeper)
29+ (chobits, wangfakang, fankeke, hongxiaolong, imkeeper)
3030 *) Change: rollback accpte_filter feature. (wangfakang)
3131 *) Bugfix: fixed compilation error of dyups module compiled
3232 with a higher version of OpenSSL. (wangfakang)
@@ -37,7 +37,7 @@ Changes with Tengine 2.3.0 20 MAR 2019
3737 for ssl_verify_client_exception. (chobits)
3838 *) Bugfix: fixed coredump caused by upgrading core code
3939 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)
4141 *) Bugfix: fixed removes the Unix domain socket file
4242 when pipe proc close listen socket. (wangfakang)
4343 *) Bugfix: fixed compatibility for --with-openssl
@@ -326,7 +326,7 @@ Changes with Tengine 2.0.0 08 Jan 2014
326326 compiler options when compiling a new module . (monadbobo)
327327
328328 *) 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)
330330
331331 *) Feature: added support for setting retries for upstream servers (proxy,
332332 memcached, fastcgi, scgi, uwsgi). (supertcy)
0 commit comments