File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
<?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>
58
58
< p > In a simple case, the client will request a static asset such as a picture
59
59
or JavaScript file. The file sits on the file system in a location the
60
60
web 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
62
62
file and the file has not changed, the web server will pass back a 304
63
63
"Not modified" response indicating the client already has the latest version
64
64
of that file.</ p >
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ status code a content response as well.
16
16
In a simple case, the client will request a static asset such as a picture
17
17
or JavaScript file. The file sits on the file system in a location the
18
18
web 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
20
20
file and the file has not changed, the web server will pass back a 304
21
21
"Not modified" response indicating the client already has the latest version
22
22
of that file.
You can’t perform that action at this time.
0 commit comments