]> gitweb @ CieloNegro.org - Lucu.git/blobdiff - Network/HTTP/Lucu/StaticFile.hs
Doc fix, optimization, and more.
[Lucu.git] / Network / HTTP / Lucu / StaticFile.hs
index 3b8222f15f0d07f06cf4aaaf884cf5e754515d5f..12cf78b0729c760c82e6f35faa08909f6d53b876 100644 (file)
@@ -73,7 +73,7 @@ handleStaticFile path
                   Just mime -> setContentType mime
 
                 -- 實際にファイルを讀んで送る
-                (liftIO $ B.readFile path) >>= outputBS
+                (liftIO $ B.readFile path) >>= outputLBS
            else
              do isDir <- liftIO $ doesDirectoryExist path
                 if isDir then