-
Feature: Support listening on Unix domain socket (UDS) paths and
support proxy forwarding/chaining via Unix domain socket (UDS) paths.
(#51 by @clue)LeProxy now supports listening on Unix domain socket (UDS) paths and
proxy forwarding/chaining via Unix domain socket (UDS) paths,
both of which are considered advanced usage:$ php leproxy.php ./proxy.socket $ php.leproxy.php :8080 --proxy http+unix://./proxy.socket
-
Feature: Update HTTP dependencies and reject chunked requests and
update ReactPHP to stable LTS releases.
(#49 and #50 by @clue)