зеркало из https://github.com/mozilla/gecko-dev.git
fixes smoketest blocker, bug 210579 "hang trying to access page with invalid headers" r=dougt sr=bzbarsky
This commit is contained in:
Родитель
a88533cedc
Коммит
68839f2ee3
|
@ -2569,7 +2569,7 @@ nsHttpChannel::GetContentType(nsACString &value)
|
|||
NS_IMETHODIMP
|
||||
nsHttpChannel::SetContentType(const nsACString &value)
|
||||
{
|
||||
if (mIsPending) {
|
||||
if (mListener) {
|
||||
if (!mResponseHead)
|
||||
return NS_ERROR_NOT_AVAILABLE;
|
||||
|
||||
|
@ -2603,7 +2603,7 @@ nsHttpChannel::GetContentCharset(nsACString &value)
|
|||
NS_IMETHODIMP
|
||||
nsHttpChannel::SetContentCharset(const nsACString &value)
|
||||
{
|
||||
if (mIsPending) {
|
||||
if (mListener) {
|
||||
if (!mResponseHead)
|
||||
return NS_ERROR_NOT_AVAILABLE;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче