Skip to content

Commit

Permalink
psgi.input MUST have seek() when psgix.input.buffered is true
Browse files Browse the repository at this point in the history
  • Loading branch information
miyagawa committed May 1, 2011
1 parent 7e8e20e commit dc1543b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion PSGI.pod
Expand Up @@ -328,7 +328,9 @@ undef if there was an error.

=back

It may also implement an optional C<seek> method.
It may also implement an optional C<seek> method. If
C<psgix.input.buffered> environment is true, it <MUST> implement the
C<seek> method.

=over 4

Expand Down

0 comments on commit dc1543b

Please sign in to comment.