Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 336 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 336 Bytes

Concurrent Caching Web Proxy

Lab pratice based on the CS:APP textbook.
A simple HTTP proxy written in C that caches web objects and can handle concurrent requests.

  • proxy.c - proxy implementation
  • driver.sh - testing

Author

Walt Li, Eric Gassel

Futher README

See README-student for information of the files in this repo.