Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: small fix #67

Merged
merged 1 commit into from
Sep 14, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions docs/intro/comparison.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,7 @@ proxygen is Facebook's high performance C++11 HTTP proxy library, written on top
C++ library called wangle. From a code perspective, Envoy uses most of the same techniques as
proxygen to obtain high performance as an HTTP library/proxy. Beyond that however the two projects
are not really comparable as Envoy is a complete self contained server with a large feature set
versus a library that must be built into something by each project individually. As of this writing
proxygen also does not support HTTP/2.
versus a library that must be built into something by each project individually.

`gRPC <http://www.grpc.io/>`_
-----------------------------
Expand Down