提交 76b93c11 编写于 作者: H Hixie

Make sky_server include no-cache headers since we don't really want caching during development.

TBR=eseidel

Review URL: https://codereview.chromium.org/1091163003
上级 ddc2ffd0
......@@ -28,6 +28,7 @@ func (handler *skyHandlerRoot) ServeHTTP(w http.ResponseWriter, r *http.Request)
if strings.HasSuffix(path, ".sky") {
w.Header().Set("Content-Type", "text/sky")
}
w.Header().Set("Cache-Control", "no-cache")
http.ServeFile(w, r, path)
}
......
85445bf6bfa001659deac3ab98a86475952f5291
\ No newline at end of file
6d1d975f16d5ff09aeb2f7b6ee97eea33d0c9fa8
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册