Index of /files/code/proxilium
proxilium - a small HTTP proxy server originally coded as a network
programming (CSCI 4220) assignment
The code is quite horrendous, static buffers strewn all over the place,
along with global variables and nonstandard split-line literals. It
works though, except for some stupid delay I can't seem to get rid of.
Granted, I haven't really tried, after receiving an A for the
assignment...
Oh, yeah, I didn't know what scanf was back then. The string parsing
part it spaghetti code. No goto's, though!