Skip to content

Commit

Permalink
Fix #6082 Reduce SSL buffer compaction
Browse files Browse the repository at this point in the history
fix test timeout

Signed-off-by: Greg Wilkins <gregw@webtide.com>
  • Loading branch information
gregw committed Mar 24, 2021
1 parent 9e39752 commit 86d4132
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -219,7 +219,7 @@ public String getResponse(String path) throws IOException
URL url = destUri.toURL();

URLConnection conn = url.openConnection();

conn.addRequestProperty("Connection", "close");
InputStream in = null;
try
{
Expand Down

0 comments on commit 86d4132

Please sign in to comment.