Description:
->A proxy server created in C, handles HTTP (GET) and FTP Protocols.
->The repository contains two proxy servers, proxy initial handles only HTTP(GET) protocol where as proxy handles HTTP(GET)
and FTP protocols.
->The code is properly documented for reference.
Issues:
->It is definitly not efficient or elegant, it has just been one of the projects I tried and have manged to pull off :)
->It might run into broken pipe error at certain occasions.