Bug 649338 - Expose mUploadStreamHasHeaders on the HttpBaseChannel, comment correction

This commit is contained in:
Honza Bambas 2011-05-29 16:14:21 +02:00
parent 1d79c5da4a
commit c998993a7c

View File

@ -72,7 +72,9 @@ interface nsIUploadChannel2 : nsISupports
in boolean aStreamHasHeaders);
/**
*
* Value of aStreamHasHeaders from the last successful call to
* explicitSetUploadStream. TRUE indicates the attached upload stream
* contians request headers.
*/
readonly attribute boolean uploadStreamHasHeaders;
};