Skip to content

Commit 104e5cd

Browse files
committed
clarify request_parse_body behavior with consumed body
1 parent 63bd68a commit 104e5cd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

reference/network/functions/request-parse-body.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@
3838
<caution>
3939
<simpara>
4040
<function>request_parse_body</function> consumes the request body without
41-
buffering it to the <literal>php://input</literal> stream.
41+
buffering it to the <literal>php://input</literal> stream. If the body was
42+
already consumed earlier, the raw input stream may no longer be available.
4243
</simpara>
4344
</caution>
4445
</refsect1>

0 commit comments

Comments
 (0)