Skip to content

Commit f80336b

Browse files
committed
return 200
1 parent 0ed115b commit f80336b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

e2e/VariableTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ public static void main(String[] args) throws Exception {
1212
new Thread(() -> {
1313
doTest();
1414
try {
15+
socket.getOutputStream().write("HTTP/1.1 200 OK\r\n\r\n".getBytes());
1516
socket.close();
1617
} catch (Exception e) {
1718
e.printStackTrace();

0 commit comments

Comments
 (0)