bug 1037082 - part 1/3 dont doauthretry with closed persistent connection r=hurley

This commit is contained in:
Patrick McManus 2014-07-09 18:06:12 -04:00
parent d4944c4aec
commit f9be4e4d22

View File

@ -123,7 +123,7 @@ public:
nsIAsyncInputStream **,
nsIAsyncOutputStream **);
void GetSecurityInfo(nsISupports **);
bool IsPersistent() { return IsKeepAlive(); }
bool IsPersistent() { return IsKeepAlive() && !mDontReuse; }
bool IsReused();
void SetIsReusedAfter(uint32_t afterMilliseconds);
nsresult PushBack(const char *data, uint32_t length);