We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84ab65f commit 43b3edbCopy full SHA for 43b3edb
go/grpcweb/doc.go
@@ -17,6 +17,7 @@ Here's an example of how to use it inside an existing gRPC Go server on a separa
17
tlsHttpServer.Handler = http.HandlerFunc(func(resp http.ResponseWriter, req *http.Request) {
18
if wrappedGrpc.IsGrpcWebRequest(req) {
19
wrappedGrpc.ServeHTTP(resp, req)
20
+ return
21
}
22
// Fall back to other servers.
23
http.DefaultServeMux.ServeHTTP(resp, req)
0 commit comments