add some comments

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@34862 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2012-03-02 09:09:15 +00:00
parent c8225e058b
commit ecaf57e6ce
2 changed files with 7 additions and 4 deletions

View file

@ -218,9 +218,10 @@ typedef struct
}
}
/* According to bug #35686, Cocoa has a bizarre deviation from the convention
* that delegates are not retained here. For compatibility we retain the
* delegate and release it aggain when the operation is over.
/* According to bug #35686, Cocoa has a bizarre deviation from the
* convention that delegates are not retained here.
* For compatibility we retain the delegate and release it again
* when the operation is over.
*/
this->_delegate = [delegate retain];
this->_protocol = [[NSURLProtocol alloc]