Skip to content

Commit

Permalink
Fixed generated docs (#946)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusLongmuir authored Apr 21, 2021
1 parent 43b3edb commit 2605d83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions go/grpcweb/DOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ separate http.Server that serves over TLS:
tlsHttpServer.Handler = http.HandlerFunc(func(resp http.ResponseWriter, req *http.Request) {
if wrappedGrpc.IsGrpcWebRequest(req) {
wrappedGrpc.ServeHTTP(resp, req)
return
}
// Fall back to other servers.
http.DefaultServeMux.ServeHTTP(resp, req)
Expand Down

0 comments on commit 2605d83

Please sign in to comment.