mirror of https://github.com/grpc/grpc-java.git
doc: Fix typo
This commit is contained in:
parent
86f974333e
commit
d44d015c44
|
@ -296,7 +296,7 @@ final class ProtocolNegotiators {
|
|||
} else {
|
||||
/*
|
||||
* Implementation note: We pick -1 as the port here rather than deriving it from the
|
||||
* original socket address. The SSL engine doens't use this port number when contacting the
|
||||
* original socket address. The SSL engine doesn't use this port number when contacting the
|
||||
* remote server, but rather it is used for other things like SSL Session caching. When an
|
||||
* invalid authority is provided (like "bad_cert"), picking the original port and passing it
|
||||
* in would mean that the port might used under the assumption that it was correct. By
|
||||
|
|
Loading…
Reference in New Issue