We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d04e15b commit 45756e4Copy full SHA for 45756e4
1 file changed
src/test/java/com/google/firebase/internal/ApacheHttp2TransportIT.java
@@ -63,9 +63,9 @@ public class ApacheHttp2TransportIT {
63
64
// Sets a 5 second delay before server response to simulate a slow network that
65
// results in a read timeout.
66
- private static final String DELAY_URL = "https://nghttp2.org/httpbin/delay/5";
67
- private static final String GET_URL = "https://nghttp2.org/httpbin/get";
68
- private static final String POST_URL = "https://nghttp2.org/httpbin/post";
+ private static final String DELAY_URL = "https://httpbin.org/delay/5";
+ private static final String GET_URL = "https://httpbin.org/get";
+ private static final String POST_URL = "https://httpbin.org/post";
69
70
private static ServerSocket serverSocket;
71
private static Socket fillerSocket;
0 commit comments