stream.early


如果在TLS握手完成之前,该流上的任何数据被作为0-RTT(早期数据)接收,则为真。早期数据的安全性较低,可能被攻击者重放。应用应对早期数据保持适当的谨慎。

🌐 True if any data on this stream was received as 0-RTT (early data) before the TLS handshake completed. Early data is less secure and could potentially be replayed by an attacker. Applications should treat early data with appropriate caution.

此属性仅在服务器端有意义。在客户端,它始终是 false

🌐 This property is only meaningful on the server side. On the client side, it is always false.