If you are asking a question, please follow this template:
- My goal is: [Keep the HTTP connection alive and POST data again on each MG_EV_HTTP_REPLY]
- My actions are:
[
libs_version: 2.18.0
https://github.com/mongoose-os-libs/ca-bundle
Using the function to POST data
httpConn = mg_connect_http(mgos_get_mgr(), MG_CB(HttpEvent_cb, “POST event”), url, header, post);
]
3. The result I see is: [It is working fine for POST one buffer]
4. My expectation & question is: [What is the API sequence can be used (any example) which can POST data again ??]