[Libevent-users] HTTP proxy + chunked requests handling

2010-06-09 Thread Jedrzej Nowak
Hey, How Can I handle the chunked requests in my proxy ? I have *really* no idea how to handle those requests using libevent 1.4.x, I've added the chunked_callback and it's called. The problem is that I really don't know what should I do next. I have no idea where should I use: voidevhttp_send

[Libevent-users] New request based on previous one - like HTTP proxy

2010-05-18 Thread Jedrzej Nowak
Hey, I'm using libevent 2.x beta/alpha. Let's say that I need something like HTTP proxy. So I need to "forward" a request from a client to the "other" server, get the response from the server and "forward" it to the client back. The problem that have now with libevent is... How to create a new r