summaryrefslogtreecommitdiffhomepage
path: root/src/http/modules/perl/nginx.xs
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2007-04-21 07:43:23 +0000
committerIgor Sysoev <igor@sysoev.ru>2007-04-21 07:43:23 +0000
commit60472812081386c0f2fda3139aef07a10f095173 (patch)
treee70127db410618347136f82f0fd96c393795102d /src/http/modules/perl/nginx.xs
parente548a510c49f6d522ba2429f774a66c6162c675c (diff)
downloadnginx-60472812081386c0f2fda3139aef07a10f095173.tar.gz
nginx-60472812081386c0f2fda3139aef07a10f095173.tar.bz2
rename $r->rflush to $r->flush
Diffstat (limited to '')
-rw-r--r--src/http/modules/perl/nginx.xs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/http/modules/perl/nginx.xs b/src/http/modules/perl/nginx.xs
index 421fa7e8e..dd01f3b3c 100644
--- a/src/http/modules/perl/nginx.xs
+++ b/src/http/modules/perl/nginx.xs
@@ -681,7 +681,7 @@ sendfile(r, filename, offset = -1, bytes = 0)
void
-rflush(r)
+flush(r)
CODE:
ngx_http_request_t *r;
@@ -696,7 +696,7 @@ rflush(r)
b->flush = 1;
- ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0, "$r->rflush");
+ ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0, "$r->flush");
(void) ngx_http_perl_output(r, b);