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: doc/manpage.wiki
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
7
7
= Version =
8
8
9
-
This document describes echo-nginx-module [https://github.com/agentzh/echo-nginx-module/downloads v0.35] released on February 7, 2011.
9
+
This document describes echo-nginx-module [https://github.com/agentzh/echo-nginx-module/downloads v0.36] released on 8 July 2011.
10
10
11
11
= Synopsis =
12
12
@@ -1303,6 +1303,13 @@ Available on github at [http://github.com/agentzh/echo-nginx-module agentzh/echo
1303
1303
1304
1304
= ChangeLog =
1305
1305
1306
+
== v0.36 ==
1307
+
* now we back-ported the subrequest mechanism of ngx_lua to ngx_echo. this also helps some crazy test cases of mixing echo_location and echo_location_async pass now.
1308
+
* now echo_location and its friends can work with ngx_xss (as well as other output filter modules) completely. thanks wd for reporting this issue.
1309
+
* done some minor optimization when modifying subrequest's content-length header.
1310
+
* now we always pad a trailing \0 to filepath in "echo_subrequest(_async) METHOD /path -f filepath" because ngx_open_cached_file requires a C string file name. thanks dr-dr xp.
1311
+
* made our filter optimization works with nginx HUP by clearing the ngx_http_echo_filter_used flag at nginx pre-config callback. thanks Marcus Clyne.
1312
+
1306
1313
== v0.35 ==
1307
1314
* added the <code>-f /path/to/file</code> option to the [[#echo_subrequest|echo_subrequest]] and [[#echo_subrequest_async|echo_subrequest_async]] directives to allow POST/PUT a disk file in the subrequest. thanks [https://github.com/dobe Bernd Dorn].
0 commit comments