Skip to content

Commit 9023b2d

Browse files
generatedunixname89002005287564facebook-github-bot
generatedunixname89002005287564
authored andcommitted
Fix CQS signal. Id] 20115360 -- readability-redundant-string-init in fbcode/proxygen/httpserver
Reviewed By: dtolnay Differential Revision: D73177224 fbshipit-source-id: dda71185eab835b1eb2b93efb825018eeba2d15e
1 parent e058087 commit 9023b2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proxygen/httpserver/tests/HTTPServerTest.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ class TestHandlerFactory : public RequestHandlerFactory {
378378
}
379379

380380
void onEOM() noexcept override {
381-
std::string certHeader("");
381+
std::string certHeader;
382382
auto txn = CHECK_NOTNULL(downstream_->getTransaction());
383383
auto& transport = txn->getTransport();
384384
if (auto cert =

0 commit comments

Comments
 (0)