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 0ed115b commit f80336bCopy full SHA for f80336b
e2e/VariableTests.java
@@ -12,6 +12,7 @@ public static void main(String[] args) throws Exception {
12
new Thread(() -> {
13
doTest();
14
try {
15
+ socket.getOutputStream().write("HTTP/1.1 200 OK\r\n\r\n".getBytes());
16
socket.close();
17
} catch (Exception e) {
18
e.printStackTrace();
0 commit comments