Add tests for nginx.conf directives #1

Merged
ccm merged 26 commits from ccm-test-nginx-directives into trunk 2025-06-14 21:54:22 +00:00
Showing only changes of commit 5265281bab - Show all commits

View File

@ -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 == ""