Skip to content

Commit

Permalink
Merge branch '1.0' of github.com:beyondcode/phunnel into 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mpociot committed Dec 7, 2020
2 parents 5b8cc4d + 26a805c commit ff232d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Server/Http/Controllers/TunnelMessageController.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ protected function sendRequestToClient(Request $request, ControlConnection $cont

$httpConnection = $this->connectionManager->storeHttpConnection($httpConnection, $requestId);

transform($this->passRequestThroughModifiers($request, $httpConnection), function (Request $request) use ($controlConnection , $requestId) {
transform($this->passRequestThroughModifiers($request, $httpConnection), function (Request $request) use ($controlConnection, $requestId) {
$controlConnection->once('proxy_ready_'.$requestId, function (ConnectionInterface $proxy) use ($request) {
// Convert the Laravel request into a PSR7 request
$psr17Factory = new Psr17Factory();
Expand Down

0 comments on commit ff232d9

Please sign in to comment.