examples: atua-www now ignores ?... in the GET request
FossilOrigin-Name: 2fab147726db8d4c78385466b81dda70c57dd3e1de73727a52de00f4468ed99d
This commit is contained in:
parent
fd6eaa1184
commit
fb759a7d9b
1 changed files with 2 additions and 1 deletions
|
@ -64,7 +64,7 @@ it checks for. This suffices for a Gopher server though.
|
||||||
|
|
||||||
~~~
|
~~~
|
||||||
:eol? (c-f)
|
:eol? (c-f)
|
||||||
[ ASCII:CR eq? ] [ ASCII:LF eq? ] [ ASCII:SPACE eq? ] tri or or ;
|
[ [ ASCII:CR eq? ] [ ASCII:LF eq? ] [ ASCII:SPACE eq? ] tri or or ] [ $? eq? ] bi or ;
|
||||||
:s:get (a-)
|
:s:get (a-)
|
||||||
buffer:set
|
buffer:set
|
||||||
[ c:get dup buffer:add eol? not ] while ;
|
[ c:get dup buffer:add eol? not ] while ;
|
||||||
|
@ -270,6 +270,7 @@ The `gopher:icon` displays an indicator for menu items.
|
||||||
~~~
|
~~~
|
||||||
:gopher:get-selector (-)
|
:gopher:get-selector (-)
|
||||||
&Selector s:get &Selector s:get ;
|
&Selector s:get &Selector s:get ;
|
||||||
|
|
||||||
(Rewrite_This:_It's_too_big)
|
(Rewrite_This:_It's_too_big)
|
||||||
:gopher:file-for-request (-s)
|
:gopher:file-for-request (-s)
|
||||||
&Mode v:off
|
&Mode v:off
|
||||||
|
|
Loading…
Reference in a new issue