Closed
Bug 309362
Opened 19 years ago
Closed 19 years ago
ICS provider truncates files at 65536 bytes
Categories
(Calendar :: Internal Components, defect)
Calendar
Internal Components
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dmosedale, Assigned: dmosedale)
Details
Attachments
(1 file)
|
1.45 KB,
patch
|
mvl
:
first-review+
|
Details | Diff | Splinter Review |
Patch forthcoming. It turns out nsConverterOutputStream was returning an error when the pipe filled up. Temporary fix is to make the pipe "infinite length", but that costs VM, just like a storage stream does. Real solution for later is that we need to stream this data ourselves.
Comment 2•19 years ago
|
||
Comment on attachment 196819 [details] [diff] [review] use an infinite pipe & notice write errors r=mvl
Attachment #196819 -
Flags: first-review?(mvl) → first-review+
| Assignee | ||
Updated•19 years ago
|
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•