Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix : read and display the HTTP content properly #32

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

rayworks
Copy link

@rayworks rayworks commented Dec 21, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant