Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Few minor problems with Core 2.5 (not new ones ;)

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