Home
last modified time | relevance | path

Searched refs:rfc850 (Results 1 – 1 of 1) sorted by relevance

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_parse_time.c24 rfc850, /* Tuesday, 10-Dec-02 23:50:13 */ in ngx_parse_http_time() enumerator
72 fmt = rfc850; in ngx_parse_http_time()
121 if ((fmt == rfc822 && *p != ' ') || (fmt == rfc850 && *p != '-')) { in ngx_parse_http_time()
139 } else if (fmt == rfc850) { in ngx_parse_http_time()