Fix broken grpc wire format link in http bridge doc. (#560)

Due to there's actually no `HTTP/1.1` with gRPC format link. To avoid misunderstanding, I've adjusted the sequence and placed the **similar** wire format in gRPC over HTTP/2. The updated link is equivalent to wire format link in gRPC guide.

Signed-off-by: Tzu-Chiao Yeh <su3g4284zo6y7@gmail.com>
pull/554/head
Tzu-Chiao Yeh 7 years ago committed by Matt Klein
parent e281a56fc1
commit 250d541047
  1. 4
      docs/root/configuration/http_filters/grpc_http1_bridge_filter.rst

@ -31,11 +31,11 @@ response trailers to a compliant gRPC server. It works by doing the following:
* Because this scheme must buffer the response to look for the *grpc-status* trailer it will only * Because this scheme must buffer the response to look for the *grpc-status* trailer it will only
work with unary gRPC APIs. work with unary gRPC APIs.
More info: http://www.grpc.io/docs/guides/wire.html
This filter also collects stats for all gRPC requests that transit, even if those requests are This filter also collects stats for all gRPC requests that transit, even if those requests are
normal gRPC requests over HTTP/2. normal gRPC requests over HTTP/2.
More info: wire format in `gRPC over HTTP/2 <https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-HTTP2.md>`_.
Statistics Statistics
---------- ----------

Loading…
Cancel
Save