Use req::vector<String> for response headers
commitb0cbab585e4b67b5f09efc63c89e4522d0cb6de7
authorEdwin Smith <smith@fb.com>
Fri, 19 May 2017 14:12:39 +0000 (19 07:12 -0700)
committerHhvm Bot <hhvm-bot@users.noreply.github.com>
Fri, 19 May 2017 14:13:46 +0000 (19 07:13 -0700)
treedd4dc6a8658ac733b7fbe1de1ac1720cdf848535
parent7a8007c57fba3e0acc83d2c8d6737c9d6af1bfcd
Use req::vector<String> for response headers

Summary:
std::vector<String> is unsound; req-heap objects must be in
req-containers.

Reviewed By: ricklavoie

Differential Revision: D5087172

fbshipit-source-id: e5e5203ec838d27594b155e72784a34a05fba903
hphp/runtime/base/http-client.cpp
hphp/runtime/base/http-client.h
hphp/runtime/base/url-file.cpp
hphp/runtime/ext/icu/ext_icu_locale.cpp
hphp/runtime/ext/soap/ext_soap.cpp
hphp/runtime/server/http-protocol.cpp
hphp/test/ext/test_server.cpp