Skip to content

Commit a91e395

Browse files
generatedunixname898294613133534meta-codesync[bot]
authored andcommitted
Fix CQS signal facebook-hte-CArray in xplat/proxygen/lib/http
Reviewed By: lhuang04 Differential Revision: D101623224 fbshipit-source-id: 943afd897fa665b7c47f1e1bd89edb719a83cd21
1 parent 194ec41 commit a91e395

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

proxygen/lib/http/codec/compress/QPACKStaticHeaderTable.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ namespace {
1919
// isHeaderNameInTableWithNonEmptyValue as well
2020
//
2121
// From https://github.com/quicwg/base-drafts/wiki/QPACK-Static-Table
22-
const char* s_tableEntries[][2] = {
22+
const char* s_tableEntries[][2] = { // NOLINT(facebook-hte-CArray)
2323
{":authority", ""},
2424
{":path", "/"},
2525
{"age", "0"},

0 commit comments

Comments
 (0)