mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-03 06:18:38 +09:00
Bug 1351392 - Fix transport status events for http2 and ftp
This commit is contained in:
parent
62dc2168b0
commit
8b37136dc4
2 changed files with 4 additions and 0 deletions
|
|
@ -2273,6 +2273,8 @@ Http2Session::OnTransportStatus(nsITransport* aTransport,
|
|||
case NS_NET_STATUS_RESOLVED_HOST:
|
||||
case NS_NET_STATUS_CONNECTING_TO:
|
||||
case NS_NET_STATUS_CONNECTED_TO:
|
||||
case NS_NET_STATUS_TLS_HANDSHAKE_STARTING:
|
||||
case NS_NET_STATUS_TLS_HANDSHAKE_ENDED:
|
||||
{
|
||||
Http2Stream *target = mStreamIDHash.Get(1);
|
||||
nsAHttpTransaction *transaction = target ? target->Transaction() : nullptr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue