diff src/http/modules/perl/nginx.xs @ 1178:a77f6980de50

rename $r->rflush to $r->flush
author Igor Sysoev <igor@sysoev.ru>
date Sat, 21 Apr 2007 07:43:23 +0000
parents 4d203f76b757
children 7dbdf47cdcba 8b04c0e37099
line wrap: on
line diff
--- a/src/http/modules/perl/nginx.xs
+++ b/src/http/modules/perl/nginx.xs
@@ -681,7 +681,7 @@ sendfile(r, filename, offset = -1, bytes
 
 
 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);