Don't use fromStrict
This commit is contained in:
parent
02ab5320e3
commit
1747e2fdc8
@ -131,7 +131,7 @@ reverseProxy opts iappPort = do
|
|||||||
#else
|
#else
|
||||||
manager <- newManager def
|
manager <- newManager def
|
||||||
#endif
|
#endif
|
||||||
let refreshHtml = LB.fromStrict $(embedFile "refreshing.html")
|
let refreshHtml = LB.fromChunks $ return $(embedFile "refreshing.html")
|
||||||
let onExc _ _ = return $ responseLBS status200
|
let onExc _ _ = return $ responseLBS status200
|
||||||
[ ("content-type", "text/html")
|
[ ("content-type", "text/html")
|
||||||
, ("Refresh", "1")
|
, ("Refresh", "1")
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
name: yesod-bin
|
name: yesod-bin
|
||||||
version: 1.2.5
|
version: 1.2.5.1
|
||||||
license: MIT
|
license: MIT
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Michael Snoyman <michael@snoyman.com>
|
author: Michael Snoyman <michael@snoyman.com>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user