Closed
Bug 122307
Opened 24 years ago
Closed 24 years ago
FTP does not work if memory and disk cache sizes are zero
Categories
(Core Graveyard :: Networking: FTP, defect, P1)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.9.9
People
(Reporter: sfraser_bugs, Assigned: bbaetz)
Details
(Keywords: regression)
Attachments
(1 file)
|
955 bytes,
patch
|
dougt
:
review+
darin.moz
:
superreview+
|
Details | Diff | Splinter Review |
If you set both memory and disk cache to zero, quit and restart the browser, and
they try to do FTP, it fails to show any FTP results. FTP just doesn't work at
all.
I didn't try different memory/disk cache settings.
Comment 1•24 years ago
|
||
that is not good. It use to work. We need to fix this. Bradley, can you look
at this soon. If not, punt to me.
Target Milestone: --- → mozilla0.9.9
| Reporter | ||
Comment 2•24 years ago
|
||
It seems that both memory and disk cache sizes need to be 0 to see this.
| Assignee | ||
Comment 3•24 years ago
|
||
I appear to have local changes which accidentally disable the cache (oops)
I'll play with this tomorrow. Looking at code, I think I just need to ignore
errors from AsyncOpenCacheEntry. Thats what http does, at least...
Keywords: regression
Priority: -- → P1
| Assignee | ||
Comment 4•24 years ago
|
||
Comment 5•24 years ago
|
||
Comment on attachment 67052 [details] [diff] [review]
patch
sr=darin, one day you might want to modify FTP to use OpenCacheEntry followed
by AsyncOpenCacheEntry only if the cache entry is busy.
Attachment #67052 -
Flags: superreview+
Updated•24 years ago
|
Attachment #67052 -
Flags: review+
| Assignee | ||
Comment 6•24 years ago
|
||
Checked in. darin, I'll do that as part of some other bugs I have on fixing up
the cache flags, possibly.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
VERIFIED: Mozilla 1.1, Mac OS X.
I'll check the other plats when I run my ftp functional tests w/ caches off.
Updated•2 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•