This is an automated email from the ASF dual-hosted git repository.
duke8253 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/master by this push:
new befa380 fix typo for debug tag in README
befa380 is described below
commit befa38002932d1a86be7cea3b5b6ff0561ea9586
Author: Fei Deng <[email protected]>
AuthorDate: Wed Apr 11 15:27:47 2018 -0500
fix typo for debug tag in README
---
plugins/experimental/multiplexer/README | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/plugins/experimental/multiplexer/README
b/plugins/experimental/multiplexer/README
index 4ef24c4..a245fcf 100644
--- a/plugins/experimental/multiplexer/README
+++ b/plugins/experimental/multiplexer/README
@@ -17,7 +17,7 @@ Multiplexer dispatches the request in background without
blocking the original
A global timeout can be overwritten through "multiplexer__timeout" environment
variable representing how many nanoseconds to wait. A default 1s timeout is
hard-coded.
-Please use "mutiplexer" tag for debugging purposes. While debugging,
multiplexed requests and responses are printed into the logs.
+Please use "multiplexer" tag for debugging purposes. While debugging,
multiplexed requests and responses are printed into the logs.
Multiplexer produces the following statistics consumed with traffic_ctl:
- failures: number of failed multiplexed requests
--
To stop receiving notification emails like this one, please contact
[email protected].