google / nginx-sxg-module

NGINX SXG module
Apache License 2.0
78 stars 18 forks source link

fix: fixed the method of determining if the content is fully loaded #72

Closed orisano closed 4 years ago

orisano commented 4 years ago

fix #51 if the request hit the proxy cache, req->upstream->length is -1.

kumagi commented 4 years ago

Thank you!