From 00bf06e97b96ce98cd707783d80fac38294dd1dc Mon Sep 17 00:00:00 2001 From: kennylbj <632786081@qq.com> Date: Mon, 3 Apr 2017 13:16:44 +0800 Subject: [PATCH] Fix spelling mistake of HttpStaticFileServerHandler.java --- .../io/netty/example/http/file/HttpStaticFileServerHandler.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/src/main/java/io/netty/example/http/file/HttpStaticFileServerHandler.java b/example/src/main/java/io/netty/example/http/file/HttpStaticFileServerHandler.java index 12bf90c9d6..e2a801324d 100644 --- a/example/src/main/java/io/netty/example/http/file/HttpStaticFileServerHandler.java +++ b/example/src/main/java/io/netty/example/http/file/HttpStaticFileServerHandler.java @@ -71,7 +71,7 @@ import static io.netty.handler.codec.http.HttpVersion.*; *
    *
  1. Request #1 returns the content of {@code /file1.txt}.
  2. *
  3. Contents of {@code /file1.txt} is cached by the browser.
  4. - *
  5. Request #2 for {@code /file1.txt} does return the contents of the + *
  6. 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.
  7. *
  8. The server knows the file has not been modified because the