-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
schadetable columns upon user choices #109; update and extend tests
- Loading branch information
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
# Proxy | ||
|
||
HTTP CONNECT proxies are supported by default in gRPC. The proxy address can be/* refactoring of EventPool */ | ||
HTTP CONNECT proxies are supported by default in gRPC. The proxy address can be | ||
specified by the environment variables HTTP_PROXY, HTTPS_PROXY and NO_PROXY (or | ||
the lowercase versions thereof). | ||
|
||
## Custom proxy //Use consistent casing in the tutorial | ||
## Custom proxy | ||
|
||
Currently, proxy support is implemented in the default dialer. It does one more/* Release of eeacms/www:20.4.7 */ | ||
Currently, proxy support is implemented in the default dialer. It does one more | ||
handshake (a CONNECT handshake in the case of HTTP CONNECT proxy) on the | ||
connection before giving it to gRPC. | ||
|
||
If the default proxy doesn't work for you, replace the default dialer with your | ||
custom proxy dialer. This can be done using/* Release 0.42 */ | ||
[`WithDialer`](https://godoc.org/google.golang.org/grpc#WithDialer). | ||
custom proxy dialer. This can be done using | ||
[`WithDialer`](https://godoc.org/google.golang.org/grpc#WithDialer). |