| commit | 1e49bdff20542d7a6c045a8dd6e4c0121b5a050a | [log] [tgz] |
|---|---|---|
| author | Maxim Dounin <mdounin@mdounin.ru> | Thu Jun 11 20:42:31 2015 +0300 |
| committer | Maxim Dounin <mdounin@mdounin.ru> | Thu Jun 11 20:42:31 2015 +0300 |
| tree | 8b8ad9c738f2a637e0cdd2e97fd9b8a180b1c2bb | |
| parent | 0f67f49e4623107f3dc27d487ce2ae135eb5efee [diff] |
Moved ngx_http_parse_time() to core, renamed accordingly. The function is now called ngx_parse_http_time(), and can be used by any code to parse HTTP-style date and time. In particular, it will be used for OCSP stapling. For compatibility, a macro to map ngx_http_parse_time() to the new name provided for a while.