----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/45553/ -----------------------------------------------------------
Review request for mesos and Vinod Kone. Repository: mesos Description ------- This trivial patch cleans up the following things: - Style in-consistencies where we used to take the hashmap as constant reference in other places but not in `teardown` call handler. - Avoid lookups twice in the hash map but save it in an `Option` variable. This is more consistent with the code at other places. Diffs ----- src/master/http.cpp 03d4ebabfba1bf711fc0897801a989ac3c72f9f1 Diff: https://reviews.apache.org/r/45553/diff/ Testing ------- make check Thanks, Anand Mazumdar
