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
I have a question about how the buffers for body processing in either request or response phases work. How many copies are made internally/externally when calling get_rqst_body_str_cb or get_resp_body_str_cb? We currently make a few copies of all the data before calling process or process_response and want to understand how to make the whole thing as efficient as possible.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a question about how the buffers for body processing in either request or response phases work. How many copies are made internally/externally when calling
get_rqst_body_str_cb
orget_resp_body_str_cb
? We currently make a few copies of all the data before callingprocess
orprocess_response
and want to understand how to make the whole thing as efficient as possible.Beta Was this translation helpful? Give feedback.
All reactions