Browse Source

Merge 599c756c67 into b1f03d4e41

pull/3/merge
Beetle GitHub 2 years ago
parent
commit
8af1332678
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 4 deletions
  1. +5
    -4
      1991.fs

+ 5
- 4
1991.fs 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


Loading…
Cancel
Save