-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/30032/
-----------------------------------------------------------
(Updated June 8, 2015, 5:14 p.m.)
Review request for mesos, Benjamin Hindman, Bernd Mathiske, Joerg Schad,
Michael Park, and Till Toenshoff.
Changes
-------
rebased.
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
51a00f5cf6a84413c8ab73a4e62e1814e9af2339
3rdparty/libprocess/src/process.cpp aadd7bb0ae12b93336900c76d8d5aaa4421ea198
3rdparty/libprocess/src/tests/process_tests.cpp
0832c6266cea0fb6bdbd523921c1367959419af8
Diff: https://reviews.apache.org/r/30032/diff/
Testing
-------
make check
Thanks,
Alexander Rojas