ostep-projects
ostep-projects copied to clipboard
fix : read and display the HTTP content properly
For file wclient.c
in project concurrency-webserver
, the method read_or_die
instead of readline_or_die
should be used when reading HTTP body. If the requested file size is larger than 8K, we need to take care of the actual buf
boundary.