files("path") never responds with 304: Not Modifie...
# ktor
h
files("path") never responds with 304: Not Modified ?
o
You need to install
ConditionalHeaders
for it to work. http://ktor.io/features/conditional-headers.html
h
thanks