12-12-2024, 06:45 AM
Much work to create a HTTP server using TCP. At first need to learn how HTTP protocol works. Your server code must parse HTTP headers eg Content-Length to know how much data to read. Then call Receive until all data is read.
