in reply to Re^5: Problem with CGI::Vars
in thread Problem with CGI::Vars
As I checked by debug prints, function read only 10000 bytes, and 3100 bytes keeps unreaded. This function have to be in while cycle....if ($meth eq 'POST') { $self->read_from_client(\$query_string,$content_length,0) if $content_length > 0; # Some people want to have their cake and eat it too! # Uncomment this line to have the contents of the query string # APPENDED to the POST data. #$query_string .= (length($query_string) ? '&' : '') . $ENV{'QUERY_S +TRING'} if defined $ENV{'QUERY_STRING'}; last METHOD; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: Problem with CGI::Vars
by Corion (Patriarch) on Jun 07, 2011 at 13:03 UTC | |
by Chipper (Initiate) on Jun 07, 2011 at 20:25 UTC | |
by Corion (Patriarch) on Jun 07, 2011 at 21:13 UTC | |
by Chipper (Initiate) on Jun 08, 2011 at 09:40 UTC | |
|
Re^7: Problem with CGI::Vars
by Anonymous Monk on Jun 07, 2011 at 13:08 UTC | |
by Chipper (Initiate) on Jun 07, 2011 at 20:26 UTC | |
by Anonymous Monk on Jun 07, 2011 at 21:59 UTC | |
by Chipper (Initiate) on Jun 07, 2011 at 20:28 UTC | |
by Anonymous Monk on Jun 07, 2011 at 21:58 UTC |