You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm using upload streaming and I detected a bug on the solution: WAFile
class>>fromChunk: aChunk
does simply:
^ self new readFromChunk: aChunk; yourself
but WATemporaryFile>> readFromChunk: (who must derive the chunk into a
temporary file), does not exists. Instead, it exist: WATemporaryFile
>>initializeFromChunk: aChunk
(which is never been called)
I tried renaming #initializeFromChunk: to #readFromChunk: (and removing
#initialize send), and now seems to work.
Cheers,
Esteban
Original issue reported on code.google.com by philippe...@gmail.com on 6 Dec 2010 at 7:32
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
philippe...@gmail.com
on 6 Dec 2010 at 7:32The text was updated successfully, but these errors were encountered: