Searched defs:rstatus (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/proxy/
H A Dmod_serf.c53 int rstatus; member in struct:__anon306
81 if (ctx->rstatus) {
82 ap_log_rerror(APLOG_MARK, APLOG_ERR, ctx->rstatus, ctx->r, APLOGNO(01119)
83 "serf: request returned: %d", ctx->rstatus);
86 ap_die(ctx->rstatus, ctx->r);
118 ctx->rstatus = HTTP_INTERNAL_SERVER_ERROR;
273 ctx->rstatus = HTTP_INTERNAL_SERVER_ERROR;
286 ctx->rstatus = HTTP_INTERNAL_SERVER_ERROR;
332 ctx->rstatus = ap_pass_brigade(ctx->r->output_filters, ctx->tmpbb);
341 ctx->rstatus
[all...]

Completed in 708 milliseconds