content_length
Ryan Perry <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <[email protected]> |
How do I get the content length of the request body? or the equivalent of $ENV{'CONTENT_LENGTH'} ?
my $current_read = $r->read($current_buffer, $current_length - $current_remaining, $current_remaining);
Thanks!