[Seaside] Re: file upload broken in Seaside-2.5

Avi Bryant avi.bryant at gmail.com
Tue Nov 8 06:10:54 CET 2005


On Nov 7, 2005, at 8:09 PM, Yanni Chiu wrote:
>
> Since I had copied the example upload test, I had the
> line that you suggested.
>
> After rebooting my machine, upgrading my VM, trying a
> browser from a remote machine, I finally started to
> debug it. I thought it was a networking problem, so I
> didn't debug it earlier.
>
> I've reported the problem as bug 2161 on Mantis.
> The problem is that speed improvement done to
> SocketStream>>upToAll: fails because ReadWriteStream
> cannot reset it's position to a point before it's
> internal buffer. The long multi-part delimiter makes
> the problem much more likely to occur than if the
> delimiter were short (like a single char say).
> A fix is to revert to the 3.6 version of this method.

Another fix is to install FastSocketStream.

Avi


More information about the Seaside mailing list