Skip to content

Commit ab46d94

Browse files
author
Meathill
committed
doc: updated the Version section to reflect the release date.
1 parent 824f691 commit ab46d94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ This module is production ready.
6666
Version
6767
=======
6868

69-
This document describes srcache-nginx-module [v0.31](https://github.com/openresty/srcache-nginx-module/tags) released on 15 May 2016.
69+
This document describes srcache-nginx-module [v0.32](https://github.com/openresty/srcache-nginx-module/tags) released on 2 July 2020.
7070

7171
Synopsis
7272
========
@@ -476,7 +476,7 @@ Since the `v0.12rc7` release, both the response status line, response headers, a
476476

477477
You can use the [srcache_store_pass_header](#srcache_store_pass_header) and/or [srcache_store_hide_header](#srcache_store_hide_header) directives to control what headers to cache and what not.
478478

479-
The original response's data chunks get emitted as soon as
479+
The original response's data chunks get emitted as soon as
480480
they arrive. `srcache_store` just copies and collects the data in an output filter without postponing them from being sent downstream.
481481

482482
But please note that even though all the response data will be sent immediately, the current Nginx request lifetime will not finish until the srcache_store subrequest completes. That means a delay in closing the TCP connection on the server side (when HTTP keepalive is disabled, but proper HTTP clients should close the connection actively on the client side, which adds no extra delay or other issues at all) or serving the next request sent on the same TCP connection (when HTTP keepalive is in action).

0 commit comments

Comments
 (0)