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

Manual parsing of chunk header logic should be updated to use asynchronous calls. #102

Open
JustinKyleJames opened this issue Mar 5, 2024 · 0 comments
Assignees
Labels
Milestone

Comments

@JustinKyleJames
Copy link
Contributor

In putobject.cpp, the normal flow where boost http is reading bytes from the network (the body) and writing to iRODS or a local part file, the read was updated to be asynchronous instead of synchronous. This was necessary because using both async and sync causes conflicts on the socket.

This same change needs to be made in that file when we are manually parsing the chunk header.

@korydraughn korydraughn added this to the 0.3.0 milestone Mar 5, 2024
@trel trel modified the milestones: 0.3.0, 0.4.0 Aug 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants