Re: How to close a socket when all you have in an Apache::Connection object

2004-08-17 Thread Stas Bekman
Ken Simpson wrote: I'm writing a protocol handler for mod_perl 2.0. If all I have is an Apache::Connection object, how can I tell Apache I want to close the connection? I tried sending an end of stream bucket down the bucket brigade, but that clearly did nothing. What's the canonical solution? Norm

How to close a socket when all you have in an Apache::Connection object

2004-08-17 Thread Ken Simpson
I'm writing a protocol handler for mod_perl 2.0. If all I have is an Apache::Connection object, how can I tell Apache I want to close the connection? I tried sending an end of stream bucket down the bucket brigade, but that clearly did nothing. What's the canonical solution? Regards, Ken -- Ma