We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 483d343 commit 0afb886Copy full SHA for 0afb886
test-app/src/main/java/tech/httptoolkit/testapp/Main.java
@@ -41,7 +41,7 @@ public static void main(String[] args) throws Exception {
41
String pid = runtimeName.split("@")[0];
42
System.out.println("PID: " + pid); // Purely for convenient manual attachment to this process
43
44
- String url = "https://httpbin.org/404/"; // Always returns a 404, quelle surprise
+ String url = "https://example.com/404/"; // Always returns a 404
45
ExecutorService executor = Executors.newCachedThreadPool();
46
47
while (true) {
0 commit comments