[EMAIL PROTECTED] wrote:
The Status property of the Response object per the ASP implimentation on
windows IIS takes the whole string '213 Woof woof'. And outputs it just
like the Status: header in cgi spec. This is the expected, documented
behavior of the status property on the Response object, t
Josh Chamas wrote:
> Currently, Apache::ASP uses mod_perl $r->status to set the
> $Response->{Status}, which can only take an integer. It may be
> better to instead call $r->status_line(), which seems to give you the
> flexibility that you need.
>
> I can try the change, and send you an early rele
On Tue, 11 Nov 2003, Josh Chamas wrote:
> [EMAIL PROTECTED] wrote:
> >
> > The Status property of the Response object per the ASP implimentation
> > on windows IIS takes the whole string '213 Woof woof'. And outputs it
> > just like the Status: header in cgi spec. This is the expected,
> > docum