We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d509456 commit bcb0320Copy full SHA for bcb0320
stream_realip.t
@@ -91,9 +91,7 @@ is(stream('127.0.0.1:' . port(8083))
91
->io("PROXY TCP4 192.0.2.1 192.0.2.2 1234 5678${CRLF}"),
92
'192.0.2.1:1234', 'server');
93
94
-is(stream('127.0.0.1:' . port(8084))
95
- ->io("PROXY TCP4 192.0.2.1 192.0.2.2 1234 5678${CRLF}"),
96
- ':', 'server off');
+is(stream('127.0.0.1:' . port(8084))->read(), ':', 'server off');
97
98
is(stream('127.0.0.1:' . port(8085))
99
->io("PROXY TCP4 192.0.2.1 192.0.2.2 1234 5678${CRLF}close"),
0 commit comments