> -----Original Message-----
> From: Roger Espel Llima [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, May 17, 2000 3:22 PM
> To: Geoffrey Young
> Cc: [EMAIL PROTECTED]
> Subject: Re: getting the hostname from a TransHandler
>
>
> On Wed, May 17, 2000 at 03:15:01PM -0400, Geoffrey Young wrote:
> > I don't think so - request-header parsing happens prior to the
> > PostReadRequest phase.
> > all headers_in are available to you by uri translation.
>
> hmm.. the eagle book seems to say the opposite. anyway, it works :)
oh, I see what you mean - the header parser phase...
after reading about it again, it looks like something of a misnomer - like
it does less parsing of the header and more making it available for
manipulation. but I was able to change $r->uri during PostReadRequest
anyway. it does make sense that all the headers must be read and available
before translation I think, and this is what I've seen in practice...
anyway, at this point I default to those who were around earlier and
understand where the HeaderParser phase gets its name/roots... :)
--Geoff
>
> --
> Roger Espel Llima, [EMAIL PROTECTED]
> http://www.iagora.com/~espel/index.html
>