summaryrefslogtreecommitdiffstats
path: root/web/server/multi/README.md
diff options
context:
space:
mode:
authorChris Akritidis <43294513+cakrit@users.noreply.github.com>2018-12-07 11:30:04 +0100
committerGitHub <noreply@github.com>2018-12-07 11:30:04 +0100
commit415f57c5bf6f41421a3bb88d4f250b8fb94376ee (patch)
tree34f237f739c42aa0f43db432f8459239aae77702 /web/server/multi/README.md
parent9d7e58cdc4ffc21994ab305951a69d73fc263af7 (diff)
Ga (#4938)
* Added GA tags to markdowns * Add GA tags to mds
Diffstat (limited to 'web/server/multi/README.md')
-rw-r--r--web/server/multi/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/server/multi/README.md b/web/server/multi/README.md
index f51073e930..d37f583242 100644
--- a/web/server/multi/README.md
+++ b/web/server/multi/README.md
@@ -5,4 +5,5 @@ The `multi-threaded` web server spawns a thread for each connection it receives.
Each thread uses non-blocking I/O so it can serve any number of web requests in parallel,
though this is not supported by HTTP, so in practice each thread serves all the requests sequentially.
-Each thread respects the `keep-alive` HTTP header to serve multiple HTTP requests via the same connection. \ No newline at end of file
+Each thread respects the `keep-alive` HTTP header to serve multiple HTTP requests via the same connection.
+[![analytics](https://www.google-analytics.com/collect?v=1&aip=1&t=pageview&_s=1&ds=github&dr=https%3A%2F%2Fgithub.com%2Fnetdata%2Fnetdata&dl=https%3A%2F%2Fmy-netdata.io%2Fgithub%2Fweb%2Fserver%2Fmulti%2FREADME&_u=MAC~&cid=5792dfd7-8dc4-476b-af31-da2fdb9f93d2&tid=UA-64295674-3)]()