2
0
mirror of https://github.com/soheilhy/cmux.git synced 2024-09-19 18:45:48 +08:00

Fix Typo 'improvement' in README.md

This commit is contained in:
Santiago 2020-06-30 00:04:57 -05:00 committed by GitHub
parent 8a8ea3c539
commit b359c9f55b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,7 +49,7 @@ Take a look at [other examples in the GoDoc](http://godoc.org/github.com/soheilh
* [GoDocs](https://godoc.org/github.com/soheilhy/cmux) * [GoDocs](https://godoc.org/github.com/soheilhy/cmux)
## Performance ## Performance
There is room for improvment but, since we are only matching There is room for improvement but, since we are only matching
the very first bytes of a connection, the performance overheads on the very first bytes of a connection, the performance overheads on
long-lived connections (i.e., RPCs and pipelined HTTP streams) long-lived connections (i.e., RPCs and pipelined HTTP streams)
is negligible. is negligible.