Closed
Bug 65270
Opened 25 years ago
Closed 25 years ago
FTP control connection parsing code needs work
Categories
(Core Graveyard :: Networking: FTP, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.9.1
People
(Reporter: dougt, Assigned: dougt)
References
Details
The code that parses the control connection resposes needs some work. It
suffers from bitrot as well as has some serious bugs when the response spans
multiple lines. In addition, it does sscanf's which are probably more expensive
than needed.
| Assignee | ||
Comment 1•25 years ago
|
||
Fix checked in. r=neeti@netscape.com. sr=darin@netscape.com
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
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
•