forked from inhabitedtype/ocaml-webmachine
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify http date parser according to RFC 7231
Before the date has been parsed according to RFC 1123. However, as pointed out by issue inhabitedtype#91, RFC 7231 defines a subset of this format for HTTP dates (IMF-fixdate). This change simplifies the parser, assuming the IMF-fixdate format according to RFC 7231. In violence to RFC 7231 the legacy RFC 850 and asctime() formats are intentionally not handled, as before. Closes inhabitedtype#91
- Loading branch information
Showing
2 changed files
with
11 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters