Closed
Bug 37714
Opened 25 years ago
Closed 22 years ago
nsBufferedStream::Seek only works for input streams
Categories
(Core :: Networking, defect, P3)
Tracking
()
VERIFIED
WORKSFORME
Future
People
(Reporter: warrensomebody, Assigned: dougt)
Details
We need a different version of nsBufferedStream::Seek for output streams.
Reporter | ||
Updated•25 years ago
|
Target Milestone: --- → M16
Reporter | ||
Updated•25 years ago
|
Target Milestone: M18 → Future
Assignee | ||
Comment 2•25 years ago
|
||
Warren, I am reassigning some bugs which you own over to me (dougt). If you
think that you will have time to address them please reassign them back to
yourself. This reassignment was suggested by choffman.
Assignee: warsome → dougt
Comment 4•22 years ago
|
||
hmm.. this might be fixed.
revision 1.17 by brendan has this CVS comment:
- nsBufferedStream::Seek wasn't flushing the buffer when seeking backward
within the buffer, but it must, because mCursor bounds the amount to write
if the buffer contains the end of file.
which suggests that Seek works now for output streams.
resolving WORKSFORME ... brendan: please reopen if i'm mistaken. thx!
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → WORKSFORME
Comment 5•22 years ago
|
||
Yes, this was fixed when I did the original XUL JS script FastLoad work, before
1.0 released.
/be
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•