I opened a listening port on my custom proxy through libevent API using evconnlistener_new. I issued a curl request from the client through the proxy port. I see that F stack receives the HTTP connect packet. But libevent does not receive this. Libevent is using epoll. Do you see any reason why this would not work?
I opened a listening port on my custom proxy through libevent API using evconnlistener_new. I issued a curl request from the client through the proxy port. I see that F stack receives the HTTP connect packet. But libevent does not receive this. Libevent is using epoll. Do you see any reason why this would not work?