URI.st
changeset 1256 f452235ed554
parent 1254 baf01931b9d6
child 1268 48b43aebf125
--- a/URI.st	Mon Jun 30 12:48:03 2003 +0200
+++ b/URI.st	Wed Jul 09 14:40:33 2003 +0200
@@ -82,6 +82,10 @@
      Concrete subclasses redefine this to answer an array of scheme names"
 
     ^ nil
+!
+
+transferBufferSize
+    ^ 8 * 1024
 ! !
 
 !URI class methodsFor:'escape'!
@@ -247,5 +251,5 @@
 !URI class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/URI.st,v 1.4 2003-06-24 14:10:33 tm Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/URI.st,v 1.5 2003-07-09 12:40:33 tm Exp $'
 ! !