diff options
author | Nicholas Hurley <hurley@mozilla.com> | 2018-02-02 11:03:08 -0800 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-03-14 10:59:09 +0100 |
commit | 756fb3e1455cd903f952ded1c45f86e3527875ed (patch) | |
tree | 809988a6da3f108ee55472b4fb8597d13c560f30 /netwerk/protocol/http/Http2Stream.h | |
parent | e749d23a34ff04c492bcf729e01ed1a0292408f1 (diff) | |
download | uxp-756fb3e1455cd903f952ded1c45f86e3527875ed.tar.gz |
Bug 1416529. r=mcmanus, a=ritu
MozReview-Commit-ID: CD1l5vLB4yy
--HG--
extra : rebase_source : d74f8ca96dab4e0d25d79948fcddbf8dab98bb36
Diffstat (limited to 'netwerk/protocol/http/Http2Stream.h')
-rw-r--r-- | netwerk/protocol/http/Http2Stream.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/netwerk/protocol/http/Http2Stream.h b/netwerk/protocol/http/Http2Stream.h index 968461ee4a..8783eefeda 100644 --- a/netwerk/protocol/http/Http2Stream.h +++ b/netwerk/protocol/http/Http2Stream.h @@ -50,6 +50,7 @@ public: uint32_t StreamID() { return mStreamID; } Http2PushedStream *PushSource() { return mPushSource; } + void ClearPushSource(); stateType HTTPState() { return mState; } void SetHTTPState(stateType val) { mState = val; } |