Geoffrey Young wrote:


Perrin Harkins wrote:

On Mon, 2003-09-08 at 13:12, Geoffrey Young wrote:

actually, the assbackwards slot of the request record is there to indicate
that the incoming request used HTTP/0.9, which defines only GET and where no
headers are expected in the response.



Clearly this works, but wouldn't it be better to implement a protocol handler for IceCast instead? Or is that just overkill for this?
[...]
but yes, hans, for the record Apache 2.0 and mod_perl 2.0 both support the idea of protocol handlers, if you're interested. see

http://perl.apache.org/docs/2.0/user/handlers/protocols.html

And an example of how to extend HTTP protocol, without inventing a new one (this example extends HTTP to support "invented" by me EMAIL protocol):
http://perl.apache.org/docs/2.0/user/handlers/http.html#PerlHeaderParserHandler




__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com



Reply via email to