Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion reference/network/functions/request-parse-body.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
<caution>
<simpara>
<function>request_parse_body</function> consumes the request body without
buffering it to the <literal>php://input</literal> stream.
buffering it to the <literal>php://input</literal> stream. If the body was
already consumed earlier, the raw input stream may no longer be available.
</simpara>
</caution>
</refsect1>
Expand Down