Skip to content

Commit

Permalink
Remove extra semi colon from proxygen/lib/http/session/HQSession.h
Browse files Browse the repository at this point in the history
Summary:
`-Wextra-semi` or `-Wextra-semi-stmt`

If the code compiles, this is safe to land.

Reviewed By: dmm-fb

Differential Revision: D51777972

fbshipit-source-id: 2d94ea48c3fa966fb24c20b5a875bb887b43c65f
  • Loading branch information
r-barnes authored and facebook-github-bot committed Dec 2, 2023
1 parent 33cc2b5 commit 0e3448a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxygen/lib/http/session/HQSession.h
Original file line number Diff line number Diff line change
Expand Up @@ -1156,7 +1156,7 @@ class HQSession
auto len = chain->computeChainDataLength();
if (session_.onBodyImpl(std::move(chain), len, padding, &txn_)) {
session_.pauseReads();
};
}
}

void onChunkHeader(HTTPCodec::StreamID /* stream */,
Expand Down

0 comments on commit 0e3448a

Please sign in to comment.