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?
Hi, I have a question about how to handle
postrequests. There is a struct namedstream_ctxwhose member variablepath_callbackis 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.cin thepicoquicimplementation. Did you delete or move it somewhere else?