diff src/http/ngx_http_postpone_filter_module.c @ 643:947c6fd27699 release-0.3.43

nginx-0.3.43-RELEASE import *) Bugfix: in the SSI.
author Igor Sysoev <igor@sysoev.ru>
date Wed, 26 Apr 2006 15:21:08 +0000
parents 5e8fb59c18c1
children 5fd7a5e99047
line wrap: on
line diff
--- a/src/http/ngx_http_postpone_filter_module.c
+++ b/src/http/ngx_http_postpone_filter_module.c
@@ -96,7 +96,8 @@ ngx_http_postpone_filter(ngx_http_reques
         for (cl = pr->out; cl; cl = cl->next) {
             if (cl->buf == b) {
                 ngx_log_error(NGX_LOG_ALERT, r->connection->log, 0,
-                              "the same buf was used in postponed");
+                              "the same buf was used in postponed %p %p",
+                               b, b->pos);
                 ngx_debug_point();
                 return NGX_ERROR;
             }