]> gitweb @ CieloNegro.org - Lucu.git/blobdiff - Network/HTTP/Lucu/Config.hs
Many many changes
[Lucu.git] / Network / HTTP / Lucu / Config.hs
index 47279806117e7b72ef3b095925eb195e4ce66dc4..cdeef3b435305ae8e76a5630f07d5fb8f884c162 100644 (file)
@@ -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