Skip to content

Commit

Permalink
Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
marinelli committed Dec 12, 2024
1 parent 91344ad commit 6ece9a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions http-client/Network/HTTP/Client/Types.hs
Original file line number Diff line number Diff line change
Expand Up @@ -823,14 +823,14 @@ data ManagerSettings = ManagerSettings
-- Since 0.4.7
, managerMaxHeaderLength :: Maybe MaxHeaderLength
-- ^ Configure the maximum size, in bytes, of an HTTP header field.
-- Set it to `Nothing` to remove this limit (eg: for debugging purposes).
-- Set it to 'Nothing' to remove this limit (eg: for debugging purposes).
--
-- Default: 4096
--
-- @since 0.7.17
, managerMaxNumberHeaders :: Maybe MaxNumberHeaders
-- ^ Configure the maximum number of HTTP header fields.
-- Set it to `Nothing` to remove this limit (eg: for debugging purposes).
-- Set it to 'Nothing' to remove this limit (eg: for debugging purposes).
--
-- Default: 100
--
Expand Down

0 comments on commit 6ece9a7

Please sign in to comment.