Some folks were confused about why we had AsyncOpen I put a comment saying this method is being

made obsolete and no one really implements it.


git-svn-id: svn://10.0.0.236/trunk@66893 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mscott%netscape.com
2000-04-23 01:45:21 +00:00
parent 25aae9ee4e
commit d5d50a4909

View File

@@ -304,6 +304,10 @@ interface nsIChannel : nsIRequest
nsIOutputStream openOutputStream();
/**
* !!WARNING!!: this interface method has become obsolete....I don't believe
* anyone actually implements this anymore. Just go ahead and call AsyncRead
* directly.
*
* Opens the channel asynchronously. The nsIStreamObserver's OnStartRequest
* method is called back when the channel actually becomes open, providing
* the content type. Its OnStopRequest method is called when the channel