Nit in README

This commit is contained in:
Soheil Hassas Yeganeh 2015-07-30 10:00:00 -04:00
parent a9ff8fbcc0
commit 2e42ad4f75
1 changed files with 2 additions and 2 deletions

View File

@ -54,8 +54,8 @@ is negligible.
## Limitations
* *TLS*: Since `cmux` sits in between the actual listener and the mux'ed
listeners, TLS handshake is not handled inside the actual servers.
Because of that, when you handle HTTPS using cmux `http.Request.TLS`
would not be set.
Because of that, you can serve HTTPS using cmux but `http.Request.TLS`
would not be set in your handlers.
* *Different Protocols on The Same Connection*: `cmux` matches the connection
when it's accepted. For example, one connection can be either gRPC or REST, but