Re: New protocol plugin prior to HTTP session

2016-11-12 Thread Assaf Cohen
Thanks a lot... It looks like it can do the trick On Fri, Nov 11, 2016 at 7:11 PM, James Peach wrote: > > > On Nov 9, 2016, at 8:22 PM, Assaf Cohen wrote: > > > > I am trying to write a new protocol plugin ( proprietary ) that will run > > prior to HTTP transaction, > > and will invoke full HTT

Re: New protocol plugin prior to HTTP session

2016-11-11 Thread James Peach
> On Nov 9, 2016, at 8:22 PM, Assaf Cohen wrote: > > I am trying to write a new protocol plugin ( proprietary ) that will run > prior to HTTP transaction, > and will invoke full HTTP logic as if it accepted a new connection. > Is there example I can look at? or some other tips. Do these example

Re: New protocol plugin prior to HTTP session

2016-11-11 Thread Assaf Cohen
bump On Thu, Nov 10, 2016 at 6:22 AM, Assaf Cohen wrote: > I am trying to write a new protocol plugin ( proprietary ) that will run > prior to HTTP transaction, > and will invoke full HTTP logic as if it accepted a new connection. > Is there example I can look at? or some other tips. > > My main

New protocol plugin prior to HTTP session

2016-11-09 Thread Assaf Cohen
I am trying to write a new protocol plugin ( proprietary ) that will run prior to HTTP transaction, and will invoke full HTTP logic as if it accepted a new connection. Is there example I can look at? or some other tips. My main concern is how to continue with HttpSM and chain my already written H