Bug 1343008 - Fix combination of H2, tls1.3 early-data and not safe http methods. r=mcmanus

This commit is contained in:
Dragana Damjanovic 2017-02-27 15:02:47 -05:00
Родитель ad0a74ed12
Коммит 499d83ab5a
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1480,8 +1480,8 @@ bool
Http2Stream::Do0RTT()
{
MOZ_ASSERT(mTransaction);
mAttempting0RTT = true;
return mTransaction->Do0RTT();
mAttempting0RTT = mTransaction->Do0RTT();
return mAttempting0RTT;
}
nsresult