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 9, 2021
1 parent df50101 commit 3a4c278
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class ContinueHeadersOnlyInjectBodyFilter : public Http::PassThroughFilter {
constexpr static absl::string_view body_ = "body";
// For HTTP/3 upstream, the headers and fin will arrive separately.
// Make sure that the body is added, and then continue encoding occurs once.
// If encodeData hits before the post, encodeData will stop ieration to ensure
// If encodeData hits before the post, encodeData will stop iteration to ensure
// the fin is not passed on, and when the post happens it will resume
// encoding.
// If the post happens first, encodeData can simply continue.
Expand Down
1 change: 0 additions & 1 deletion test/integration/protocol_integration_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1014,7 +1014,6 @@ TEST_P(ProtocolIntegrationTest, HittingEncoderFilterLimit) {
// connection error is not detected under these circumstances.
#if !defined(__APPLE__)
TEST_P(ProtocolIntegrationTest, 100ContinueAndClose) {
EXCLUDE_UPSTREAM_HTTP3;
testEnvoyHandling100Continue(false, "", true);
}
#endif
Expand Down

0 comments on commit 3a4c278

Please sign in to comment.