Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.18.1
1.18.2
4 changes: 2 additions & 2 deletions docs/root/version_history/current.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
1.18.0 (April 15, 2021)
1.18.2 (April 15, 2021)
=======================

Bug Fixes
---------

code: fixed some whitespace to make fix_format happy.
code: fixed more build issues on our path to a glorious release.
7 changes: 7 additions & 0 deletions docs/root/version_history/v1.18.1.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
1.18.1 (April 15, 2021)
=======================

Bug Fixes
---------

code: fixed some whitespace to make fix_format happy.
1 change: 1 addition & 0 deletions docs/root/version_history/version_history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Version history
:titlesonly:

current
v1.18.1
v1.18.0
v1.17.2
v1.17.1
Expand Down
2 changes: 1 addition & 1 deletion test/integration/multiplexed_integration_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1729,7 +1729,7 @@ TEST_P(Http2MetadataIntegrationTest, UpstreamSendingEmptyMetadata) {
upstream_request_->encodeData(0, true);

// Verifies that no metadata was received by the client.
response->waitForEndStream();
ASSERT_TRUE(response->waitForEndStream());
ASSERT_TRUE(response->complete());
EXPECT_EQ(0, response->metadataMapsDecodedCount());
EXPECT_EQ(1, test_server_->counter("cluster.cluster_0.http2.metadata_empty_frames")->value());
Expand Down