Re: [Libevent-users] Problem in receiving HTTP Post request

2013-02-06 Thread Nir Soffer
On Feb 6, 2013, at 10:50 PM, Alap Kumar Sinha wrote: > I am facing a problem where a HTTP request does not reach my HTTP server > (based on libevent). Following is the scenario. > > 1. 1. JavaScript Application -> Posts HTTP request to Browser > 2. 2. Browser sends the request to

[Libevent-users] Problem in receiving HTTP Post request

2013-02-06 Thread Alap Kumar Sinha
Hi,   I am facing a problem where a HTTP request does not reach my HTTP server (based on libevent). Following is the scenario.   1.      1.  JavaScript Application -> Posts  HTTP request to Browser 2.      2.   Browser sends the request to the HTTP server based on libevent.   In a success scenario,