Re: [users@httpd] response handling inside ap_hook_create_request cb function

2013-09-26 Thread Pon Umapathy Kailash S
Thanks. On Thu, Sep 26, 2013 at 10:08 PM, Jeff Trawick wrote: > On Thu, Sep 26, 2013 at 12:22 PM, Pon Umapathy Kailash S > wrote: >> >> Hi, >> Here is a quick background on what I am trying to do(basically adding >> support for websockets - in a slightly customized manner as needed for >> my app

Re: [users@httpd] response handling inside ap_hook_create_request cb function

2013-09-26 Thread Jeff Trawick
On Thu, Sep 26, 2013 at 12:22 PM, Pon Umapathy Kailash S < pon.umapa...@gmail.com> wrote: > Hi, > Here is a quick background on what I am trying to do(basically adding > support for websockets - in a slightly customized manner as needed for > my app): > Try the module author's mailing list: http

[users@httpd] response handling inside ap_hook_create_request cb function

2013-09-26 Thread Pon Umapathy Kailash S
Hi, Here is a quick background on what I am trying to do(basically adding support for websockets - in a slightly customized manner as needed for my app): - Handle the initial handshake inside a cb function registered as a handler hook(from here, I compute checksums required and return the response