ostep-projects icon indicating copy to clipboard operation
ostep-projects copied to clipboard

fix : read and display the HTTP content properly

Open rayworks opened this issue 3 years ago • 0 comments

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.

rayworks avatar Dec 21 '21 14:12 rayworks