Fix spelling mistake of HttpStaticFileServerHandler.java

This commit is contained in:
kennylbj 2017-04-03 13:16:44 +08:00 committed by Scott Mitchell
parent 5163869439
commit 00bf06e97b

View File

@ -71,7 +71,7 @@ import static io.netty.handler.codec.http.HttpVersion.*;
* <ol>
* <li>Request #1 returns the content of {@code /file1.txt}.</li>
* <li>Contents of {@code /file1.txt} is cached by the browser.</li>
* <li>Request #2 for {@code /file1.txt} does return the contents of the
* <li>Request #2 for {@code /file1.txt} does not return the contents of the
* file again. Rather, a 304 Not Modified is returned. This tells the
* browser to use the contents stored in its cache.</li>
* <li>The server knows the file has not been modified because the