walkor / workerman

An asynchronous event driven PHP socket framework. Supports HTTP, Websocket, SSL and other custom protocols.
http://www.workerman.net
MIT License
11.03k stars 2.25k forks source link

Allow set `$raw` in send method when pipe connection #1037

Closed ywisax closed 1 month ago

ywisax commented 1 month ago

In some case, we need to make a ssl transport server to a HTTP server behind public network.

walkor commented 1 month ago

Ok