Few minor problems with Core 2.5 (not new ones ;)
[1/2] from: jkinraid:clear at: 27-Mar-2001 15:32
Reblers,
If you use the skip option when reading from an http server (like read/skip
http://www.ibm.com/), if the http server doesn't accept it, rebol should return
an error. That's what happens with the ftp scheme.
Adding this to the start of the success block of code in the http scheme fixes
that -
all [
port/state/index > 0 response-code <> 206
net-error "Skip not supported"
]
Rebol also has a problem with opening an existing file, and trying to append
data to it, it just overwrites existing data.
Julian Kinraid
[2/2] from: bo::rebol::com at: 27-Mar-2001 10:40
Julian,
Thanks for this enhancement. I've added it to our database!
-Bo
On 27-Mar-2001/15:32:44+12:00, [jkinraid--clear--net--nz] wrote:
>Reblers,
>If you use the skip option when reading from an http server (like read/skip
<<quoted lines omitted: 13>>
>[rebol-request--rebol--com] with "unsubscribe" in the
>subject, without the quotes.
--
Bohdan "Bo" Lechnowsky
REBOL Adventure Guide
REBOL Technologies 707-467-8000 (http://www.rebol.com)
The Official Source for REBOL Books (http://www.REBOLpress.com)
Notes
- Quoted lines have been omitted from some messages.
View the message alone to see the lines that have been omitted