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: Does the client written with Hyper FFI support chunked sending and receiving? I noticed there's a function named print_each_chunk in capi/examples/client.c, but when I make a request to httpbin.org/post, the response body's request headers don't include 'Transfer-Encoding: chunked'.
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: Does the client written with Hyper FFI support chunked sending and receiving? I noticed there's a function named print_each_chunk in capi/examples/client.c, but when I make a request to httpbin.org/post, the response body's request headers don't include 'Transfer-Encoding: chunked'.
Beta Was this translation helpful? Give feedback.
All reactions