Clean up spec/unixstreamsrvr.moon
This commit is contained in:
parent
f364eb6887
commit
5265281bab
@ -7,13 +7,8 @@ assert u\bind "/run/gitea/gitea.socket"
|
||||
assert u\listen!
|
||||
assert u\settimeout 1
|
||||
c = assert u\accept!
|
||||
|
||||
m = assert c\receive!
|
||||
-- print "RECEIVED"
|
||||
-- print m
|
||||
while m != ""
|
||||
print m
|
||||
m = assert c\receive!
|
||||
-- repeat
|
||||
-- print m
|
||||
-- m = assert c\receive!
|
||||
-- until m == ""
|
||||
|
Loading…
x
Reference in New Issue
Block a user