Backed out changeset 4dfb623bb11e (bug 1486137) for landing with the wrong bug number. a=backout

This commit is contained in:
Brindusan Cristian 2018-09-14 12:24:17 +03:00
Родитель dfa276073a
Коммит 8853a854a8
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -405,7 +405,7 @@ Http2Session::RegisterStreamID(Http2Stream *stream, uint32_t aNewID)
}
}
if (aNewID & 1) {
if (stream->StreamID() & 1) {
// don't count push streams here
MOZ_ASSERT(stream->Transaction(), "no transation for the stream!");
RefPtr<nsHttpConnectionInfo> ci(stream->Transaction()->ConnectionInfo());