зеркало из https://github.com/mozilla/gecko-dev.git
Bug 811214 - Fix build failure in SpdySession3.cpp with clang 3.1. r=mcmanus
This commit is contained in:
Родитель
df61ed96bc
Коммит
61b784ba3d
|
@ -1870,7 +1870,7 @@ SpdySession3::Close(nsresult aReason)
|
|||
mStreamTransactionHash.Clear();
|
||||
|
||||
if (NS_SUCCEEDED(aReason))
|
||||
GenerateGoAway(goawayReason::OK);
|
||||
GenerateGoAway(OK);
|
||||
mConnection = nullptr;
|
||||
mSegmentReader = nullptr;
|
||||
mSegmentWriter = nullptr;
|
||||
|
|
Загрузка…
Ссылка в новой задаче