Loading...
This site is best viewed in a modern browser with JavaScript enabled.
Something went wrong while trying to load the full version of this site. Try hard-refreshing this page to fix the error.
奇怪的问题 openresty1.13.6.1 编译版 下 content-type: application/json gzip 失效
hzwill.lee
遇到奇怪的问题 openresty1.13.6.1 编译版 下 application/json gzip 失效
一模一样的配置, win32版本是好的, centos6.5 下编译版就不行
换成 其他任何类型的content-type gzip就能生效。 逼得我现在手动改lor框架,把 application/json 变成 application/_javascript_ 才能启用gzip
有人遇到同样的问题吗?
zchao1995
Hi!
能否提供一个最小化的测试用例?