in reply to Apache::ASP issue
Apparently in ScriptOnFlush I had my $status = $Response->Status() which set the status to 0, I changed it to my $status = $Response->{Status} and it works
Thanks again everyone who read this
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Apache::ASP issue
by bliako (Abbot) on Jan 31, 2025 at 08:19 UTC |