You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@mesos.apache.org by Gilbert Song <so...@gmail.com> on 2017/02/24 01:57:30 UTC

Review Request 57014: Renamed 'Headers' class templete method to 'get()'.

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/57014/
-----------------------------------------------------------

Review request for mesos and Jie Yu.


Repository: mesos


Description
-------

This patch changed the 'Headers' class templete method from 'header()'
to 'get()' since 'get' is more accurate for grabbing a header object
while it can be defined as different type (e.g., WWWAuthenticate).


Diffs
-----

  3rdparty/libprocess/include/process/http.hpp 52828ee942fcc7492150170540857b4a3a306cfd 
  3rdparty/libprocess/src/tests/http_tests.cpp 71e8ad6599313099f6a229d2ff7ed6b90e2c739b 

Diff: https://reviews.apache.org/r/57014/diff/


Testing
-------

make check


Thanks,

Gilbert Song