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
-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to