Hi all
I have a project and I should write a HTTP proxy using selectors.
The problem is that I have no idea how to do it. My code actually does the following :
it reads the request from the client, it parses it, sends the appropriate request to the server but then nothing, I can't receive the answer from the server...
Any help will be appreciated, thanks.