Julian,

Thanks for this enhancement.  I've added it to our database!

-Bo

On 27-Mar-2001/15:32:44+12:00, [EMAIL PROTECTED] wrote:
>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.
>
-- 
                           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)

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to