This commit is contained in:
Beetle 2021-08-18 15:12:19 +03:00 committed by GitHub
commit 8af1332678
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 4 deletions

View File

@ -99,11 +99,11 @@ pubvar reqroute
\ route we're trying to validate.
>r routes wordlist-id @ \ Store xt and specify wordlist
begin
dup
dup
while
r@ over >r execute while r> @
repeat r>
then
r@ over >r execute WHILE r> name>link
repeat r>
then
rdrop
?dup if
get-tmp-query-string \ Save our fuzzy vars to the request's
@ -464,6 +464,7 @@ s" image/x-icon" filetype: ico
either-resolve or-404 ;
: start-server { server client }
30000000 set-socket-timeout
begin
server 255 listen
server accept-socket to client