From 3378bcc6d69328c0d3fe7432a33756fa87a74d9b Mon Sep 17 00:00:00 2001 From: Ratsko Laszlo Date: Sun, 15 Dec 2013 00:48:50 +0100 Subject: [PATCH] fixing typo in web server --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 054ca92d8..b72a93cf0 100644 --- a/index.html +++ b/index.html @@ -274,7 +274,7 @@

Web Server

In a simple case, the client will request a static asset such as a picture or JavaScript file. The file sits on the file system in a location the web server is authorized to access and the web server sends the file -to the clinet with a 200 status code. If the client already requested the +to the client with a 200 status code. If the client already requested the file and the file has not changed, the web server will pass back a 304 "Not modified" response indicating the client already has the latest version of that file.