#include <stdlib.h> #include <vector> #include <string> ...
C++ An efficient HTTP parser
by steve.hanov.myopenid.com,
March 09, 2009 22:48,
4 refactorings, tagged with sockets, http, server
#include <stdlib.h> #include <vector> #include <string> ...
I'm writing a web server, a...