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