Loading netwerk/protocol/http/HttpTransactionChild.cpp +3 −0 Original line number Diff line number Diff line Loading @@ -417,6 +417,9 @@ HttpTransactionChild::OnStartRequest(nsIRequest* aRequest) { !protocol.IsEmpty()) { mProtocolVersion.Assign(protocol); } // Make sure peerId is generated. nsAutoCString unused; info->GetPeerId(unused); nsCOMPtr<nsISerializable> secInfoSer = do_QueryInterface(secInfoSupp); if (secInfoSer) { NS_SerializeToString(secInfoSer, serializedSecurityInfoOut); Loading netwerk/protocol/http/QuicSocketControl.h +0 −1 Original line number Diff line number Diff line Loading @@ -58,7 +58,6 @@ class QuicSocketControl final : public CommonSocketControl { nsWeakPtr mHttp3Session; nsCOMPtr<nsIEventTarget> mSocketThread; nsCString mPeerId; nsCString mEchConfig; nsCString mRetryEchConfig; }; Loading netwerk/socket/nsISSLSocketControl.idl +0 −5 Original line number Diff line number Diff line Loading @@ -158,11 +158,6 @@ interface nsISSLSocketControl : nsISupports { */ attribute ACString echConfig; /** * The id used to uniquely identify the connection to the peer. */ readonly attribute ACString peerId; /** * The echConfig that should be used to retry for the connection setup. */ Loading netwerk/socket/nsITransportSecurityInfo.idl +5 −0 Original line number Diff line number Diff line Loading @@ -111,4 +111,9 @@ interface nsITransportSecurityInfo : nsISupports { * True iff the succeededCertChain is built in root. */ attribute boolean isBuiltCertChainRootBuiltInRoot; /** * The id used to uniquely identify the connection to the peer. */ readonly attribute ACString peerId; }; security/manager/ssl/CommonSocketControl.cpp +0 −5 Original line number Diff line number Diff line Loading @@ -346,11 +346,6 @@ CommonSocketControl::SetEchConfig(const nsACString& aEchConfig) { return NS_ERROR_NOT_IMPLEMENTED; } NS_IMETHODIMP CommonSocketControl::GetPeerId(nsACString& aResult) { return NS_ERROR_NOT_IMPLEMENTED; } NS_IMETHODIMP CommonSocketControl::GetRetryEchConfig(nsACString& aEchConfig) { return NS_ERROR_NOT_IMPLEMENTED; Loading Loading
netwerk/protocol/http/HttpTransactionChild.cpp +3 −0 Original line number Diff line number Diff line Loading @@ -417,6 +417,9 @@ HttpTransactionChild::OnStartRequest(nsIRequest* aRequest) { !protocol.IsEmpty()) { mProtocolVersion.Assign(protocol); } // Make sure peerId is generated. nsAutoCString unused; info->GetPeerId(unused); nsCOMPtr<nsISerializable> secInfoSer = do_QueryInterface(secInfoSupp); if (secInfoSer) { NS_SerializeToString(secInfoSer, serializedSecurityInfoOut); Loading
netwerk/protocol/http/QuicSocketControl.h +0 −1 Original line number Diff line number Diff line Loading @@ -58,7 +58,6 @@ class QuicSocketControl final : public CommonSocketControl { nsWeakPtr mHttp3Session; nsCOMPtr<nsIEventTarget> mSocketThread; nsCString mPeerId; nsCString mEchConfig; nsCString mRetryEchConfig; }; Loading
netwerk/socket/nsISSLSocketControl.idl +0 −5 Original line number Diff line number Diff line Loading @@ -158,11 +158,6 @@ interface nsISSLSocketControl : nsISupports { */ attribute ACString echConfig; /** * The id used to uniquely identify the connection to the peer. */ readonly attribute ACString peerId; /** * The echConfig that should be used to retry for the connection setup. */ Loading
netwerk/socket/nsITransportSecurityInfo.idl +5 −0 Original line number Diff line number Diff line Loading @@ -111,4 +111,9 @@ interface nsITransportSecurityInfo : nsISupports { * True iff the succeededCertChain is built in root. */ attribute boolean isBuiltCertChainRootBuiltInRoot; /** * The id used to uniquely identify the connection to the peer. */ readonly attribute ACString peerId; };
security/manager/ssl/CommonSocketControl.cpp +0 −5 Original line number Diff line number Diff line Loading @@ -346,11 +346,6 @@ CommonSocketControl::SetEchConfig(const nsACString& aEchConfig) { return NS_ERROR_NOT_IMPLEMENTED; } NS_IMETHODIMP CommonSocketControl::GetPeerId(nsACString& aResult) { return NS_ERROR_NOT_IMPLEMENTED; } NS_IMETHODIMP CommonSocketControl::GetRetryEchConfig(nsACString& aEchConfig) { return NS_ERROR_NOT_IMPLEMENTED; Loading