summaryrefslogtreecommitdiffstats
path: root/usr.sbin/nginx/src/http/ngx_http_upstream.c
diff options
context:
space:
mode:
authorrobert <robert@openbsd.org>2012-11-14 21:35:00 +0000
committerrobert <robert@openbsd.org>2012-11-14 21:35:00 +0000
commit42bdae40dcaec1c21a23c24121dbdd98a26ba542 (patch)
treef419dc7c2442b03afd9dd3e4c0ceaf685aa1849c /usr.sbin/nginx/src/http/ngx_http_upstream.c
parentDo not bother reloading r1 from the stack in the epilogue, if it has not been (diff)
downloadwireguard-openbsd-42bdae40dcaec1c21a23c24121dbdd98a26ba542.tar.xz
wireguard-openbsd-42bdae40dcaec1c21a23c24121dbdd98a26ba542.zip
update to 1.2.5
Diffstat (limited to 'usr.sbin/nginx/src/http/ngx_http_upstream.c')
-rw-r--r--usr.sbin/nginx/src/http/ngx_http_upstream.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/nginx/src/http/ngx_http_upstream.c b/usr.sbin/nginx/src/http/ngx_http_upstream.c
index 6c34f39d64f..75ef64e5560 100644
--- a/usr.sbin/nginx/src/http/ngx_http_upstream.c
+++ b/usr.sbin/nginx/src/http/ngx_http_upstream.c
@@ -2287,6 +2287,7 @@ ngx_http_upstream_send_response(ngx_http_request_t *r, ngx_http_upstream_t *u)
return;
}
+ p->buf_to_file->start = u->buffer.start;
p->buf_to_file->pos = u->buffer.start;
p->buf_to_file->last = u->buffer.pos;
p->buf_to_file->temporary = 1;