Skip to content

Commit

Permalink
Merge pull request #954 from Vlix/prep-for-3.2.4-release
Browse files Browse the repository at this point in the history
wai: forgot to change `@since` declaration
  • Loading branch information
kazu-yamamoto authored Dec 10, 2023
2 parents 913121e + c637fe0 commit 2eb5339
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 2eb5339

Please sign in to comment.