X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=Lucu.git;a=blobdiff_plain;f=Network%2FHTTP%2FLucu%2FConfig.hs;h=2ea2055de853c35faa89f4d2e21cf3d3c2d74d83;hp=68bc365ade7c2d950d2949b70c3a13d0b74ca144;hb=ece223c;hpb=9668dc27a02b59d7bfb1e9e40af3d2619700ad69 diff --git a/Network/HTTP/Lucu/Config.hs b/Network/HTTP/Lucu/Config.hs index 68bc365..2ea2055 100644 --- a/Network/HTTP/Lucu/Config.hs +++ b/Network/HTTP/Lucu/Config.hs @@ -59,9 +59,8 @@ data Config = Config { -- |The maximum length of request entity to accept in octets. Note -- that this is nothing but a default value used by -- 'Network.HTTP.Lucu.Resource.getForm' and such when they are - -- applied to 'Network.HTTP.Lucu.Resource.defaultLimit', so there - -- is no guarantee that this value always constrains all the - -- requests. + -- applied to 'Nothing', so there is no guarantee that this value + -- always constrains all the requests. , cnfMaxEntityLength ∷ !Int -- |Whether to dump too late abortions to the stderr or not. See