Skip to content

Commit

Permalink
wai: forgot to change since declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlix committed Dec 9, 2023
1 parent 913121e commit c637fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wai/Network/Wai/Internal.hs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ getRequestBodyChunk = requestBody
-- The supplied IO action should return the next chunk of the body each time it
-- is called and 'B.empty' when it has been fully consumed.
--
-- @since 3.2.5
-- @since 3.2.4
setRequestBodyChunks :: IO B.ByteString -> Request -> Request
setRequestBodyChunks requestBody r =
r {requestBody = requestBody}
Expand Down

0 comments on commit c637fe0

Please sign in to comment.