Loyalsoldier
bb44d01096
Format proto files using clang-format according to google style ( #264 )
...
* Format proto files using clang-format according to google style
* Regenerate pb.go files
4 years ago
loyalsoldier
b181045b0c
Errorgen: support to run outside of GOPATH
4 years ago
Loyalsoldier
ef460f68f8
Adjust Protocol Buffers ( #109 )
...
* Update protoc binary executable files to v3.13.0
* Write proto files in more standard way
* Make go generate & vprotogen compatible with protoc-gen-gofast
* Regenerate pb.go files according to new proto files
* Clean go.sum by running go mod tidy
* Implement mustEmbedUnimplementedServiceServer for gPRC services
4 years ago
Shelikhoo
09b81b78c3
regenerate pb data
5 years ago
Kslr
cfbb875546
Revert "Reduce http proxy client overhead by 1RTT"
5 years ago
Anonymous-Someneese
82dee01833
Fix reverse proxy with the HTTP optimization
...
And any other protocol that require the connection initializer to send first, E.g. freedom with TFO.
5 years ago
Kirill Motkov
0401a91ef4
Some code improvements
...
* Rewrite empty string checks more idiomatically.
* Change strings.ToLower comparisons to strings.EqualFold.
* Rewrite switch statement with only one case as if.
5 years ago
Darien Raymond
1ab94fed79
optimize v2ctl size
6 years ago
Darien Raymond
3de8389361
rename CloseError() to Interrupt()
6 years ago
Darien Raymond
bea521537e
errors.Combine
6 years ago
Darien Raymond
057e271588
update proto lib
6 years ago
Darien Raymond
842a089dad
refactor multibuffer
6 years ago
Darien Raymond
a14fae4b35
fix lint warnings
6 years ago
Darien Raymond
128a90b98b
move link to transport
6 years ago
Darien Raymond
ff310d6bc6
detect underlying mux worker closed
6 years ago
Darien Raymond
f3ad8acbe4
release bridge worker when inactive
6 years ago
Darien Raymond
f1ab89d9d8
long running reverse test case
6 years ago
Darien Raymond
715ac9d267
test case for reverse proxy
6 years ago
Darien Raymond
2020bbe606
prototype for reverse proxy
6 years ago