mirror of
https://github.com/roytam1/UXP.git
synced 2026-05-26 14:54:25 +00:00
Bug 1351392 - Fix transport status events for http2 and ftp
This commit is contained in:
@@ -2028,6 +2028,8 @@ nsFtpState::OnTransportStatus(nsITransport *transport, nsresult status,
|
||||
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:
|
||||
break;
|
||||
default:
|
||||
return NS_OK;
|
||||
|
||||
Reference in New Issue
Block a user