Re: [PATCH] If-Modified-Since support in httpd

2015-05-03 Thread Kyle Thompson
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

[PATCH] If-Modified-Since support in httpd

2015-04-18 Thread jmp
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