openresty / srcache-nginx-module

Transparent subrequest-based caching layout for arbitrary nginx locations.
http://wiki.nginx.org/NginxHttpSRCacheModule
476 stars 105 forks source link

feature added: store can be skipped depending on response body #25

Closed kyprizel closed 10 years ago

kyprizel commented 10 years ago

moved skip check just before store subrequest.

agentzh commented 10 years ago

@kyprizel Sorry for the delay on my side. Been busy with other things. I'll look into your patch soon.

agentzh commented 10 years ago

Already applied your patch to master with the corresponding tests. Thanks!