| Issue 22: | ValueError while parsing value of If-Modified-Since header with time.strptime() | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Sign in to add a comment
|
Bug occurs during parsing this header in ResourceReader.read(). An example from WSGI environ dict: HTTP_IF_MODIFIED_SINCE: Wed, 31 Jan 2007 14:06:49 GMT; length=584 The problem is with "; length=584". We should check the details in RFC 2616. It seems like not well-formed header. If-Modified-Since syntax from RFC: If-Modified-Since = "If-Modified-Since" ":" HTTP-date |
||||||||||||||
,
Feb 28, 2007
(No comment was entered for this change.)
Status: Fixed
|
|||||||||||||||
| ► Sign in to add a comment | |||||||||||||||