p-quic/pquic

Post request

Abilyf opened this issue · 0 comments

Abilyf commented

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?