I haven't heard back from anyone. Since the release has passed, has
anyone had time to look at this?
I think that I should move the time parsing out of server_file
to server_http so it can be reused later. I'm also not sure about
the placement of the check. Additionally, I'm using timeoff which
If-Modified-Since is already sent by most web browsers to httpd. This
patch adds a check to server_file_access before we send the file back.
This does not do any checks for autoindex directories as the size and
last modification dates of files would not get updated properly.
I separated the logic