Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 538 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 538 Bytes

Proxy Server

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.