在 TcpConnection 类的 pipe 方法中 $this->onClose = function ($source) use ($dest) { $dest->destroy(); }; 这里如果 pipe 两端的网速差别较大, $source 在发送完数据后 close(), 而 $dest 尚未 send 完成就直接 destroy(), 会丢失数据. 这里的 dest...
打印$data为空 用bin2hex($data)后再打印就就数据不过这个数据不会改变吗?...
能否在 TcpConnection 的 stream_socket_enable_crypto 之前, 提供一个 beforeSslHandshake 回调方法来修改 socket 的 contentx, 来实现这个功能?...