Skip to content

Commit

Permalink
Support HTTP and SOCKS protocol unification on single listening port
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Jun 2, 2017
1 parent d7cd3b0 commit 82bfc72
Show file tree
Hide file tree
Showing 11 changed files with 1,350 additions and 34 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -11,4 +11,5 @@ install:
- composer install - composer install


script: script:
- vendor/bin/phpunit
- ./tests/acceptance.sh - ./tests/acceptance.sh
7 changes: 6 additions & 1 deletion composer.json
Expand Up @@ -6,9 +6,14 @@
"react/http": "^0.7", "react/http": "^0.7",
"react/http-client": "^0.5" "react/http-client": "^0.5"
}, },
"require-dev": {
"phpunit/phpunit": "^4.8"
},
"autoload": { "autoload": {
"files": [ "files": [
"src/HttpProxyServer.php" "src/HttpProxyServer.php",
"src/ProtocolDetector.php",
"src/NullServer.php"
] ]
} }
} }

0 comments on commit 82bfc72

Please sign in to comment.