make DialEarly return EarlySession
@@ -144,7 +144,7 @@ func DialEarly(
host string,
tlsConf *tls.Config,
config *Config,
) (Session, error) {
) (EarlySession, error) {
return dialContext(context.Background(), pconn, remoteAddr, host, tlsConf, config, true, false)
}
The note is not visible to the blocked user.