commit | 9312794ed7cea40e04e8d50595c07e09feca8df3 | [log] [tgz] |
---|---|---|
author | Thierry Fournier <tfournier@arpalert.org> | Wed Jan 20 18:49:45 2016 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Feb 12 11:08:53 2016 +0100 |
tree | 2b80001f5fc61a5a36d7e2e61917549bf808b6ba | |
parent | b1f46561a0fdec21bd7bf8070f587bdc868e6afa [diff] |
MINOR: standard: add RFC HTTP date parser This parser takes a string containing an HTTP date. It returns a broken-down time struct. We must considers considers this time as GMT. Maybe later the timezone will be taken in account.