openresty / srcache-nginx-module

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

Sync status lines 307,308 with nginx #88

Closed kapouer closed 2 years ago

kapouer commented 3 years ago

This fixes #87

kapouer commented 2 years ago

Any idea if this is going to be accepted ?

zhuizhuhaomeng commented 2 years ago

we need to add some test case to cover the changes.

kapouer commented 2 years ago

ok i'm adding some

kapouer commented 2 years ago

@zhuizhuhaomeng I added 307/308 statuses code in the default store status responses, because it makes so much sense with 301/302 next to them.

zhuizhuhaomeng commented 2 years ago

merged