Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7290116 commit 145c009Copy full SHA for 145c009
src/main/java/org/scribe/model/Request.java
@@ -64,6 +64,7 @@ private void createConnection() throws IOException
64
String effectiveUrl = URLUtils.appendParametersToQueryString(url, querystringParams);
65
if (connection == null)
66
{
67
+ System.setProperty("http.keepAlive", "false");
68
connection = (HttpURLConnection) new URL(effectiveUrl).openConnection();
69
}
70
0 commit comments