X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=Network%2FHTTP%2FLucu%2FConfig.hs;h=cdeef3b435305ae8e76a5630f07d5fb8f884c162;hb=1f0a19cbad7c4b64a773d7f1c1ae9180448624e6;hp=47279806117e7b72ef3b095925eb195e4ce66dc4;hpb=895341e8b790e969be678c5cfb85c878e321c8fc;p=Lucu.git diff --git a/Network/HTTP/Lucu/Config.hs b/Network/HTTP/Lucu/Config.hs index 4727980..cdeef3b 100644 --- a/Network/HTTP/Lucu/Config.hs +++ b/Network/HTTP/Lucu/Config.hs @@ -56,9 +56,9 @@ data Config = Config { , cnfMaxPipelineDepth ∷ !Int -- |The maximum length of request entity to accept in bytes. Note - -- that this is nothing but the default value which is used when - -- 'Network.HTTP.Lucu.Resource.input' and such like are applied to - -- 'Network.HTTP.Lucu.Resource.defaultLimit', so there is no + -- that this is nothing but a default value which is used when + -- 'Network.HTTP.Lucu.Resource.getForm' and such like are applied + -- to 'Network.HTTP.Lucu.Resource.defaultLimit', so there is no -- guarantee that this value always constrains all the requests. , cnfMaxEntityLength ∷ !Int