Skip to content

Commit

Permalink
rebased on master test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephane Maldini committed Nov 6, 2017
1 parent ee9f2d9 commit 7b95cb6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ public void compressionActivatedOnClientAddsHeader() {
assertThat(zip.get()).isEqualTo("gzip");
resp.dispose();
connection.dispose();
connection.onClose()
connection.onDispose()
.block();
}

Expand Down

0 comments on commit 7b95cb6

Please sign in to comment.