Skip to content

Commit

Permalink
Tiny fix.
Browse files Browse the repository at this point in the history
Signed-off-by: Biren Roy <[email protected]>
  • Loading branch information
birenroy committed Jan 10, 2025
1 parent 8ada5e6 commit 5631c92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/common/http/http2/codec_impl_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4455,7 +4455,7 @@ TEST_P(Http2CodecImplTest, CheckHeaderValueValidation) {
for (int i = 0; i <= 0xff; ++i) {
if (i == 0 && http2_implementation_ == Http2Impl::Oghttp2) {
// oghttp2 fails this specific case for now.
return;
continue;
}

TestRequestHeaderMapImpl request_headers;
Expand Down

0 comments on commit 5631c92

Please sign in to comment.