summaryrefslogtreecommitdiff
path: root/lib/Plack (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Prepare release for version 0.05.masterFranck Cuny2015-07-141-2/+0
|
* Fix off-by-one error.Franck Cuny2015-07-071-4/+3
| | | | | | When calling the `stat` function on a file, the inode number is stored in the second element (index 1) of the array, not the third (index 2). Instead of getting the inode we were using the mode, which is incorrect.
* cleanfranck cuny2011-04-191-17/+2
|
* Add check_last_modified_header option - do not add ETag if Last-Modified setLeo Lapworth2011-04-141-14/+22
| | | | | | | http://code.google.com/speed/page-speed/docs/caching.html#LeverageBrowserCaching "It is important to specify one of Expires or Cache-Control max-age, and _one_ of Last-Modified or ETag"
* bump versionfranck cuny2011-01-221-1/+1
|
* add cache-control and testsfranck cuny2011-01-211-2/+30
|
* cealn POD, remove warn from testfranck cuny2010-03-241-1/+1
|
* fixfranck cuny2010-03-111-4/+3
|
* as miyagawa suggested, use file attributes to calculte ETag in case we have ↵franck cuny2010-03-081-6/+45
| | | | a file handle
* update internal testsfranck cuny2010-02-281-7/+4
|
* PODfranck cuny2010-02-281-0/+6
|
* test with conditionalGET, update PODfranck cuny2010-02-281-2/+2
|
* add etag header to responsefranck cuny2010-02-281-4/+36
|
* initial commitfranck cuny2010-02-281-0/+33