I am writing a HTTP proxy server in C (Linux platform),
I dont know which headers mean what (I did not undertstand them
from RFC 2616 I'm not an expert)
Also when a socket is closed unidirectionally?
Please let me know if there is a good documentation of some proxy which explains the code for the same.
If I exec a perl process from my proxy, how can i do IPC is there a better way than using named pipes?