-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/30032/
-----------------------------------------------------------
(Updated April 20, 2015, 1:58 p.m.)
Review request for mesos, Benjamin Hindman, Bernd Mathiske, Joerg Schad,
Michael Park, and Till Toenshoff.
Changes
-------
Fixes wrong namespace after rebase.
Bugs: mesos-708
https://issues.apache.org/jira/browse/mesos-708
Repository: mesos
Description
-------
When serving a static file, libprocess returns the header `Last-Modified` which
is used by browsers to control Cache.
When a http request arrives containing the header `If-Modified-Since`, a
response `304 Not Modified` is returned if the date in the request and the
modification time (as returned by doing `stat` in the file) coincide.
Unit tests added.
Diffs (updated)
-----
3rdparty/libprocess/include/process/http.hpp
07825b2b7195fe7fe752e8fda65b7f0a8b8b1f38
3rdparty/libprocess/src/process.cpp 97ac09fd10b767bc46387abc3657d005a00830c8
3rdparty/libprocess/src/tests/process_tests.cpp
eb38edce2c483ba7f963a826893a15a075238618
Diff: https://reviews.apache.org/r/30032/diff/
Testing
-------
make check
Thanks,
Alexander Rojas