r->headers_out.content_length = header;
}
- XSRETURN_EMPTY;
-
void
filename(r)
(void) ngx_http_perl_output(r, b);
- XSRETURN_EMPTY;
-
void
sendfile(r, filename, offset = -1, bytes = 0)
(void) ngx_http_perl_output(r, b);
- XSRETURN_EMPTY;
-
void
flush(r)
r->allow_ranges = 1;
- XSRETURN_EMPTY;
-
void
unescape(r, text, type = 0)
ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
"perl sleep: %d", ctx->sleep);
- XSRETURN_EMPTY;
-
void
log_error(r, err, msg)
p = (u_char *) SvPV(msg, len);
ngx_log_error(NGX_LOG_ERR, r->connection->log, e, "perl: %s", p);
-
- XSRETURN_EMPTY;