2954456878 created an issue (kamailio/kamailio#4300)
loadmodule "nghttp2.so"
modparam("nghttp2", "listen_addr", "0.0.0.0")
modparam("nghttp2", "listen_port", "8363")
event_route[nghttp2:request] {
xinfo("request: $nghttp2(method) - url: $nghttp2(path) - data:
[$nghttp2(data)]\n");
nghttp2_reply("200","<html><body>OK</body></html>");
}
curl -H "Content-Type: application/json" -X POST -d '{"test":"data"}'
"http://127.0.0.1:8363/"
curl: (56) Recv failure: Connection reset by peer
When using curl request, the message "Recv failure" appears. What is wrong with
the settings?
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/4300
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/issues/4...@github.com>
_______________________________________________
Kamailio - Development Mailing List -- sr-dev@lists.kamailio.org
To unsubscribe send an email to sr-dev-le...@lists.kamailio.org
Important: keep the mailing list in the recipients, do not reply only to the
sender!