M
mthread
Hi,
I am writing a HTTP parser using C++. I am in the initial
stage where I have received the TCP data in a buffer(a void* pointer).
I need to parse the data available in this buffer. Kindly let me know
what is the best way to move forward.
I am writing a HTTP parser using C++. I am in the initial
stage where I have received the TCP data in a buffer(a void* pointer).
I need to parse the data available in this buffer. Kindly let me know
what is the best way to move forward.