http.client, don't write the anchor in the request line
parent
4ad5071b70
commit
2bf3eb3919
|
@ -16,7 +16,7 @@ ERROR: too-many-redirects ;
|
||||||
: write-request-line ( request -- request )
|
: write-request-line ( request -- request )
|
||||||
dup
|
dup
|
||||||
[ method>> write bl ]
|
[ method>> write bl ]
|
||||||
[ url>> relative-url present write bl ]
|
[ url>> relative-url f >>anchor present write bl ]
|
||||||
[ "HTTP/" write version>> write crlf ]
|
[ "HTTP/" write version>> write crlf ]
|
||||||
tri ;
|
tri ;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue