Project

General

Profile

Bug #2913 » 0001-core-Fixed-an-issue-when-a-proxied-backend-used-chun.patch

Patch with the fix - blowfist, 2018-10-07 02:42

View differences:

src/http-header-glue.c
con->response.content_length = strtoul(value, NULL, 10);
break;
case HTTP_HEADER_TRANSFER_ENCODING:
if (opts->backend == BACKEND_PROXY) continue;
break;
default:
break;
(1-1/3)