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
Hi, I have a question about how to handle post requests. There is a struct named stream_ctx whose member variable path_callback is given callback functions to handle events such as picohttp_callback_provide_data, but I don't see this callback function anywhere in the code.
However, I saw demoserver_post_callback() in picoquicdemo.c in the picoquic implementation. Did you delete or move it somewhere else?
The text was updated successfully, but these errors were encountered:
Hi, I have a question about how to handle
post
requests. There is a struct namedstream_ctx
whose member variablepath_callback
is given callback functions to handle events such aspicohttp_callback_provide_data
, but I don't see this callback function anywhere in the code.However, I saw
demoserver_post_callback()
inpicoquicdemo.c
in thepicoquic
implementation. Did you delete or move it somewhere else?The text was updated successfully, but these errors were encountered: