File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <feed xmlns =" http://www.w3.org/2005/Atom" ><title >Matt Makai</title ><link href =" http://www.fullstackpython.com/" rel =" alternate" ></link ><link href =" http://www.fullstackpython.com/feeds/all.atom.xml" rel =" self" ></link ><id >http://www.fullstackpython.com/</id ><updated >2014-01-14T15:48:05Z </updated ></feed >
2+ <feed xmlns =" http://www.w3.org/2005/Atom" ><title >Matt Makai</title ><link href =" http://www.fullstackpython.com/" rel =" alternate" ></link ><link href =" http://www.fullstackpython.com/feeds/all.atom.xml" rel =" self" ></link ><id >http://www.fullstackpython.com/</id ><updated >2014-01-14T15:50:48Z </updated ></feed >
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ <h1>Web Server</h1>
5858< p > In a simple case, the client will request a static asset such as a picture
5959or JavaScript file. The file sits on the file system in a location the
6060web server is authorized to access and the web server sends the file
61- to the clinet with a 200 status code. If the client already requested the
61+ to the client with a 200 status code. If the client already requested the
6262file and the file has not changed, the web server will pass back a 304
6363"Not modified" response indicating the client already has the latest version
6464of that file.</ p >
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ status code a content response as well.
1616In a simple case, the client will request a static asset such as a picture
1717or JavaScript file. The file sits on the file system in a location the
1818web server is authorized to access and the web server sends the file
19- to the clinet with a 200 status code. If the client already requested the
19+ to the client with a 200 status code. If the client already requested the
2020file and the file has not changed, the web server will pass back a 304
2121"Not modified" response indicating the client already has the latest version
2222of that file.
You can’t perform that action at this time.
0 commit comments