After #471 implementation we need to be able to send large resources in chunked encoding instead of Content-Length only. It seems the chunks length should be near to page size to perfectly work with TDB data and skb fragments.
#391 first points are related to the issue. Issue #498 requires proxy_buffering option which is related to the issue.
After #471 implementation we need to be able to send large resources in chunked encoding instead of Content-Length only. It seems the chunks length should be near to page size to perfectly work with TDB data and
skbfragments.#391 first points are related to the issue. Issue #498 requires
proxy_bufferingoption which is related to the issue.