wasphin commented on code in PR #2212:
URL: https://github.com/apache/brpc/pull/2212#discussion_r1169361144


##########
README.md:
##########
@@ -11,7 +11,7 @@
 
 You can use it to:
 * Build a server that can talk in multiple protocols (**on same port**), or 
access all sorts of services
-  * restful http/https, 
[h2](https://http2.github.io/http2-spec)/[gRPC](https://grpc.io). using http/h2 
in brpc is much more friendly than [libcurl](https://curl.haxx.se/libcurl/). 
Access protobuf-based protocols with HTTP/h2+json, probably from another 
language.
+  * restful http/https, 
[h2](https://httpwg.org/specs/rfc9113.html)/[gRPC](https://grpc.io). using 
http/h2 in brpc is much more friendly than 
[libcurl](https://curl.haxx.se/libcurl/). Access protobuf-based protocols with 
HTTP/h2+json, probably from another language.

Review Comment:
   the original rfc referred should be rfc7540, which has been obsoleted by 
rfc9113. haven't check the changes.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org
For additional commands, e-mail: dev-h...@brpc.apache.org

Reply via email to