Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
malkusch committed Nov 7, 2023
1 parent 705716d commit 50b1674
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/java/de/malkusch/km200/http/UrlHttp.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import java.net.MalformedURLException;
import java.net.SocketTimeoutException;
import java.net.URL;
import java.net.http.HttpClient;
import java.net.http.HttpTimeoutException;
import java.time.Duration;

Expand All @@ -20,8 +19,6 @@ public final class UrlHttp extends Http {

/**
* Avoid undesired POST retries from UrlConnection
*
* {@link HttpClient}
*/
static {
System.setProperty("sun.net.http.retryPost", "false");
Expand Down

0 comments on commit 50b1674

Please sign in to comment.