File tree Expand file tree Collapse file tree 4 files changed +0
-43
lines changed
Expand file tree Collapse file tree 4 files changed +0
-43
lines changed Original file line number Diff line number Diff line change @@ -740,8 +740,6 @@ See also the [Unix Domain Sockets (UDS) example](examples/14-client-unix-domain-
740740
741741### HttpServer
742742
743- <a id =" server " ></a > <!-- legacy id -->
744-
745743The ` React\Http\HttpServer ` class is responsible for handling incoming connections and then
746744processing each incoming HTTP request.
747745
@@ -891,10 +889,6 @@ have full control over consuming the incoming HTTP request body and
891889concurrency settings. See also [ streaming incoming request] ( #streaming-incoming-request )
892890below for more details.
893891
894- > Changelog v1.5.0: This class has been renamed to ` HttpServer ` from the
895- previous ` Server ` class in order to avoid any ambiguities.
896- The previous name has been deprecated and should not be used anymore.
897-
898892### listen()
899893
900894The ` listen(React\Socket\ServerInterface $socket): void ` method can be used to
Original file line number Diff line number Diff line change 167167 * have full control over consuming the incoming HTTP request body and
168168 * concurrency settings. See also [streaming incoming request](#streaming-incoming-request)
169169 * below for more details.
170- *
171- * > Changelog v1.5.0: This class has been renamed to `HttpServer` from the
172- * previous `Server` class in order to avoid any ambiguities.
173- * The previous name has been deprecated and should not be used anymore.
174170 */
175171final class HttpServer extends EventEmitter
176172{
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments