Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
Signed-off-by: Alyssa Wilk <alyssar@chromium.org>
  • Loading branch information
alyssawilk committed Mar 24, 2021
1 parent 797adae commit cb4229f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration/protocol_integration_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1551,7 +1551,7 @@ TEST_P(DownstreamProtocolIntegrationTest, LargeRequestUrlRejected) {
TEST_P(DownstreamProtocolIntegrationTest, LargeRequestUrlAccepted) {
// TODO(danzh) re-enable this test after quic headers size become configurable.
EXCLUDE_DOWNSTREAM_HTTP3
EXCLUDE_UPSTREAM_HTTP3; // requires configutable header limits.
EXCLUDE_UPSTREAM_HTTP3; // requires configurable header limits.
// Send one 95 kB URL with limit 96 kB headers.
testLargeRequestUrl(95, 96);
}
Expand All @@ -1563,7 +1563,7 @@ TEST_P(DownstreamProtocolIntegrationTest, LargeRequestHeadersRejected) {

TEST_P(DownstreamProtocolIntegrationTest, LargeRequestHeadersAccepted) {
EXCLUDE_DOWNSTREAM_HTTP3
EXCLUDE_UPSTREAM_HTTP3; // requires configutable header limits.
EXCLUDE_UPSTREAM_HTTP3; // requires configurable header limits.
// Send one 95 kB header with limit 96 kB and 100 headers.
testLargeRequestHeaders(95, 1, 96, 100);
}
Expand Down

0 comments on commit cb4229f

Please sign in to comment.