addressing reviewer comments for bug 283489

This commit is contained in:
cbiesinger%web.de 2005-04-05 17:45:09 +00:00
Родитель 44625301dd
Коммит c70d38dd77
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -148,7 +148,8 @@ interface nsIChannel : nsIRequest
* of -1 indicates that the content length is unknown.
*
* Callers should prefer getting the "content-length" property
* using nsIPropertyBag2 as 64-bit value, if available.
* as 64-bit value by QIing the channel to nsIPropertyBag2,
* if that interface is exposed by the channel.
*/
attribute long contentLength;