From 415f57c5bf6f41421a3bb88d4f250b8fb94376ee Mon Sep 17 00:00:00 2001 From: Chris Akritidis <43294513+cakrit@users.noreply.github.com> Date: Fri, 7 Dec 2018 11:30:04 +0100 Subject: Ga (#4938) * Added GA tags to markdowns * Add GA tags to mds --- web/server/multi/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'web/server/multi/README.md') 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)]() -- cgit v1.2.3