Search found 1 match
- Tue Feb 16, 2021 1:24 pm
- Forum: ESP32 Arduino
- Topic: How to send a chunk of data using shlib(nghttp2)?
- Replies: 0
- Views: 1493
How to send a chunk of data using shlib(nghttp2)?
Hi, I want to use HTTP2 to POST data continuously. As I found, the only solution is to use shlib. I can implement it and use it. But there are two problems that I faced: 1- shlib does not let us send a data bigger than 16KB theoretically. Here, the solution that I found was to feed the buffer couple...