diff options
Diffstat (limited to 'modules/proxy/mod_proxy_uwsgi.c')
-rw-r--r-- | modules/proxy/mod_proxy_uwsgi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/proxy/mod_proxy_uwsgi.c b/modules/proxy/mod_proxy_uwsgi.c index bc7e7f9414..3e04fdeb38 100644 --- a/modules/proxy/mod_proxy_uwsgi.c +++ b/modules/proxy/mod_proxy_uwsgi.c @@ -331,7 +331,7 @@ static int uwsgi_response(request_rec *r, proxy_conn_rec * backend, } else { /* 2616 requires the space in Status-Line; the origin - * server may have sent one but ap_rgetline_core will + * server may have sent one but ap_rgetline will * have stripped it. */ buffer[status_end] = ' '; buffer[status_end + 1] = '\0'; |