mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1227931 - init Http2Stream::mReceivedData in the constructor. r=nwgh
This commit is contained in:
parent
b179afa20b
commit
b2f29e4df2
@ -53,6 +53,7 @@ Http2Stream::Http2Stream(nsAHttpTransaction *httpTransaction,
|
||||
, mChunkSize(session->SendingChunkSize())
|
||||
, mRequestBlockedOnRead(0)
|
||||
, mRecvdFin(0)
|
||||
, mReceivedData(0)
|
||||
, mRecvdReset(0)
|
||||
, mSentReset(0)
|
||||
, mCountAsActive(0)
|
||||
|
Loading…
Reference in New Issue
Block a user