memcached did not set $upstream_response_time
Igor Sysoev
14 years ago
370 | 370 | } |
371 | 371 | |
372 | 372 | u->headers_in.status_n = 200; |
373 | u->state->status = 200; | |
373 | 374 | u->buffer.pos = p + 1; |
374 | 375 | |
375 | 376 | return NGX_OK; |
380 | 381 | "key: \"%V\" was not found by memcached", &ctx->key); |
381 | 382 | |
382 | 383 | u->headers_in.status_n = 404; |
384 | u->state->status = 404; | |
383 | 385 | |
384 | 386 | return NGX_OK; |
385 | 387 | } |