Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,7 @@ public void testReadBlobWithPrematureConnectionClose() {
containsString("premature end of chunk coded message body: closing chunk expected"),
containsString("premature end of content-length delimited message body"),
containsString("connection closed prematurely"),
containsString("premature eof"),
// if we didn't call exchange.getResponseBody().flush() then we might not even have sent the response headers:
alwaysFlushBody ? never() : containsString("the target server failed to respond")
)
Expand Down