[solved] nghttp2 -- closing a GET stream
Posted: Sun Dec 10, 2017 2:17 am
Trying learn http2 using this example:
A GET stream is opened to a clock API, where the server pushes the time back to the ESP32 every 1 second. How can I close this stream after 5 seconds, without closing the session or the socket?
Any nghttp2 gurus that can help, would be nice.
Thanks
Code: Select all
https://github.com/espressif/esp-idf/tree/master/examples/protocols/http2_request
Any nghttp2 gurus that can help, would be nice.
Thanks