Sorry about such a banal error! I corrected the code like this:
char url[500];
char domain_name[30];
httpc_connection_t conn_settings;
httpc_state_t *connection;
conn_settings.use_proxy = 0; //nincs proxy használat
conn_settings.headers_done_fn = RecvHttpHeaderCallback;
conn_settings.resu
Am 05.07.2019 um 14:52 schrieb koszo.simon:
As you could notice from my previous posts lately (I hope these posts did not
bother anybody too much): I am trying to get familiar with the built in http
client in lwIP 2.1.2.
I could finally download a simple bmp file from the server with using the
b
As you could notice from my previous posts lately (I hope these posts did not
bother anybody too much): I am trying to get familiar with the built in http
client in lwIP 2.1.2.
I could finally download a simple bmp file from the server with using the
built in http client. Now I would like to imple