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

[REBOL] Re: Rugby and large data

From: rotenca::telvia::it at: 2-Feb-2002 14:45

I have found that this breaks a Rugby server: 1) open the remote tcp rugby server port 2) insert port join "00000004" "halt" The problem is in: decompose-msg: func [ {Extracts a message that has been transmitted on the wire.} msg [any-string!] ] [ return do decompress do trim/all msg ] which 'do the trimmed and 8 skipped msg I did not tested it with http. --- Ciao Romano