Skip to content
This repository was archived by the owner on Feb 23, 2023. It is now read-only.

Commit d1c1f0d

Browse files
committed
Revert bogus change in webflux-netty
See gh-1539
1 parent ee42f3c commit d1c1f0d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

samples/webflux-netty/verify.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
source ${PWD%/*samples/*}/scripts/wait.sh
33
RC=0
44

5-
wait_http localhost:8080/ "session" || RC=$?
5+
wait_http localhost:8080/ "hi!" || RC=$?
6+
wait_http localhost:8080/x "hix!" || RC=$?
7+
wait_http localhost:8080/hello "World" || RC=$?
68

79
exit $RC

0 commit comments

Comments
 (0)