HTTP-Proxy - Re: Any way to tell HTTP::Proxy to end?

Posted on Sat Aug 13 23:45:53 2005 by book in response to 878 (See the whole thread of 4)
Re: Any way to tell HTTP::Proxy to end?

Well, you could always do $self->proxy->{loop} = 0 but that would break the encapsulation.

Breaking the loop will prevent new childs to be forked, but the living one will at least finished the active connections before dying (they will not accept new connections).

Should I make loop() a read-write accessor in 0.16?

Direct Responses: 880 | Write a response