]> git.ipfire.org Git - thirdparty/squid.git/commit
DW:
authorwessels <>
Wed, 8 Nov 2000 06:37:35 +0000 (06:37 +0000)
committerwessels <>
Wed, 8 Nov 2000 06:37:35 +0000 (06:37 +0000)
commit2b79de37e864b447d7bca8f13db9435bb0df5ee3
treee344f3bcc485f9773c3a10f01109a012f806c123
parent0e614a06ba28cc89c1dc1c38c0de0c7157113ef2
DW:
 - Changes prompted by bug report that "Wed Aug 9 11:36:06 2000" could
   not be parsed.  The parse_rfc1123() code assumed there was an extra
   space after Aug and before "9".

   This change breaks the parsing into smaller functions to make the
   code easier to read and understand.

   I changed parsing of the "third" date format (asctime()) to use
   a buffer copy and strtok.  This makes it more flexible.  For example,
   we don't have to require strlen(s) < 24.
lib/rfc1123.c