Rajan
|
ee11e3cacc
|
Socket.Close calls Socket.Dispose internally
Removed redundant method call
|
7 years ago |
celeron533
|
0251130fa5
|
Socket.ConnectAsync() does not call SocketAsyncEventArgs.Completed when operation completed synchronously.
#1273
|
8 years ago |
noisyfox
|
6ddd3d486b
|
Revert "Allow LineReader to start with a first package"
This reverts commit a61b10bb67.
|
9 years ago |
noisyfox
|
09d89b424d
|
Revert "First working built-in http proxy"
This reverts commit 5ba0dffa5d.
|
9 years ago |
noisyfox
|
511a658fd3
|
Revert "Reuse buffer from first pakcage"
This reverts commit f2b8e91f81.
|
9 years ago |
noisyfox
|
efe6d5ba81
|
Revert "http -> shadowsocks protocol directly"
This reverts commit b04c59d8e6.
|
9 years ago |
noisyfox
|
2c15520230
|
Remove unnecessary volatile
|
9 years ago |
noisyfox
|
b04c59d8e6
|
http -> shadowsocks protocol directly
No more http->socks5 transform.
|
9 years ago |
noisyfox
|
f2b8e91f81
|
Reuse buffer from first pakcage
Remove some debug output
|
9 years ago |
noisyfox
|
5ba0dffa5d
|
First working built-in http proxy
|
9 years ago |
noisyfox
|
a61b10bb67
|
Allow LineReader to start with a first package
|
9 years ago |
Noisyfox
|
35fc73b58b
|
Add HTTP proxy support in forward proxy (#745)
* Add HTTP proxy support in forward proxy
Signed-off-by: noisyfox <timemanager.rick@gmail.com>
* Typo
* Throw exception if forward proxy not supported.
|
9 years ago |
noisyfox
|
5e082e2961
|
Fix comment
Signed-off-by: noisyfox <timemanager.rick@gmail.com>
|
9 years ago |
noisyfox
|
05063f074a
|
Fix an issue that the socket may not be released.
- New wrapper to handle tcp socket connection.
- Fix some memory leak.
Signed-off-by: noisyfox <timemanager.rick@gmail.com>
|
9 years ago |