Huang Rui
Huang Rui
@dexterkhm I found when server is in debug mode or have no response in half way will caused memory leak. So I add a timeout method to http request, when...
@dexterkhm The temporary URL of fixed files is here: https://github.com/vowstar/esphttpclient
@dexterkhm This is to take care of some super slow servers and networks :)
@dexterkhm if 10 sec is ticking while you "http_get" again, you may get 2 reponses(callbacks)
In first 10 sec, the heap is decreasing, after 10s, the heap is stable, and when stop http request, the heap is increasing, and then recover, looks like nothing happend.
Note the http_post API is changed, http header is before http body, and http_delete and http_put have same interface as http_post void http_post(const char \* url, const char \* post_data,...
Could provide this firmware to debug? Or send this binary to my email: vowstar(at)gmail.com
This issue confirmed. It is an unknown bug.
TODO: Build firmware dependent tree and make all modules more dependent. @MarsTechHAN @vowstar