diff options
author | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-02-04 23:09:17 +0100 |
---|---|---|
committer | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-02-04 23:09:17 +0100 |
commit | 2625cde90f5174cf9eb83b1176bb041cdeb51967 (patch) | |
tree | 38c8eb427aa0e8367e2b9e15c862ce59beedcccd /netwerk/protocol/http/nsHttpTransaction.h | |
parent | 3ef4f63ec257cf90ad4bf8695a1e4e291f811af2 (diff) | |
download | UXP-2625cde90f5174cf9eb83b1176bb041cdeb51967.tar UXP-2625cde90f5174cf9eb83b1176bb041cdeb51967.tar.gz UXP-2625cde90f5174cf9eb83b1176bb041cdeb51967.tar.lz UXP-2625cde90f5174cf9eb83b1176bb041cdeb51967.tar.xz UXP-2625cde90f5174cf9eb83b1176bb041cdeb51967.zip |
Fix socket transport status events
Bug(s):
https://bugzilla.mozilla.org/show_bug.cgi?id=1340164
(native in moebius)
Diffstat (limited to 'netwerk/protocol/http/nsHttpTransaction.h')
-rw-r--r-- | netwerk/protocol/http/nsHttpTransaction.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/netwerk/protocol/http/nsHttpTransaction.h b/netwerk/protocol/http/nsHttpTransaction.h index ab0b267a7..18b2693ec 100644 --- a/netwerk/protocol/http/nsHttpTransaction.h +++ b/netwerk/protocol/http/nsHttpTransaction.h @@ -479,6 +479,8 @@ private: NetAddr mPeerAddr; bool m0RTTInProgress; + + nsresult mTransportStatus; }; } // namespace net |