Closed
Bug 23080
Opened 25 years ago
Closed 25 years ago
Need to add OnClose to nsIPipeObserver
Categories
(Core :: Networking, defect, P3)
Tracking
()
VERIFIED
INVALID
M15
People
(Reporter: warrensomebody, Assigned: ruslan)
Details
We need to add OnClose to nsIPipeObserver so that the socket transport can be
informed when the user closes their end of a pipe. That will allow the ftp
protocol to close the data channel allowing some servers to respond to the next
command.
Reporter | ||
Updated•25 years ago
|
Target Milestone: M13
Reporter | ||
Updated•25 years ago
|
Assignee: warren → rpotts
Reporter | ||
Comment 1•25 years ago
|
||
I checked in the changes to nsPipe2 to call OnClose -- now Rick has to
implement the right stuff in nsSocketTransport::OnClose.
Updated•25 years ago
|
Target Milestone: M13 → M15
Comment 2•25 years ago
|
||
I'm moiving this out to M15 since I won't get to it before I leave :-(
After extensive deliberations with Jad this is adjudged to be invalid.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•