Skip to content

Commit

Permalink
FIX: made server-test compatible with Rebol 3.11.0 and newer
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed Jun 4, 2024
1 parent 1d58202 commit 5446867
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server-test.r3
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Rebol [
Date: 14-Dec-2023
Author: "Oldes"
Version: 0.9.0
Needs: 3.16.0
Needs: 3.11.0
Note: {
To test POST method from Rebol console, try this:
```
Expand Down Expand Up @@ -41,7 +41,7 @@ serve-http [
keep-alive: [30 100] ;= [timeout max-requests] or FALSE to turn it off
log-access: %logs/test-access.log
log-errors: %logs/test-errors.log
list-dir?: #(true)
list-dir?: true
;- Server's actor functions
actor: [
On-Accept: func [info [object!]][
Expand Down

0 comments on commit 5446867

Please sign in to comment.