You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: