lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] httpc_get_file doesn't seem to download entire file?


From: Bas Prins
Subject: Re: [lwip-users] httpc_get_file doesn't seem to download entire file?
Date: Mon, 14 Jun 2021 22:05:54 +0200

Hi Simon, all,

Fixed the problems I had which led to missing a byte occasionally. 

Still unable to download a file using http_client.h. I did learn a small part. I log all arguments of 

void result_fn(void *arghttpc_result_t httpc_resultu32_t rx_content_lenu32_t srv_reserr_t err)

Which produces this log line:
2021-06-14 21:31:52,041 [DEBUG][thread: 5][UartReader] DOWNLOAD finished: httpc_result=5, rx_content_len=5019, srv_res=0, error=0

  /** Connection timed out (server didn't respond in time) */
  HTTPC_RESULT_ERR_TIMEOUT   = 5,

I attached the pcap file of tcpdump. 
- It contains a couple of attempts to download the file (513KB.zip).
- It shows TCP window full warnings. I don't care too much about that now. I'll deal with that once I have a stable download going. 
- It shows the result of the timeout where my STM board closes the connection. 

I also attached my lwipopts.h and the loggings produced by my app (including lwip ppp logging).

Can you help me understand what is going wrong? 
Why is LWIP complaining about the server not responding in time, while it seems that the server is doing just fine?

PS: obviously I tested the download on my desktop, I am able to download the file repeatedly. 

Many thanks in advance!

Best regards, Bas


Op vr 11 jun. 2021 om 07:15 schreef goldsimon@gmx.de <goldsimon@gmx.de>:
Am 10.06.2021 um 17:27 schrieb Bas Prins:
> Hi Simon,
>
> Thanks, that's a very likely explanation already. I just added the
> pbuf_free(p) but run into an assert occasionally.

You might have to check for 'p != NULL' just like in tcp recv callback
functions.

Regards,
Simon

_______________________________________________
lwip-users mailing list
lwip-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lwip-users

Attachment: lwipopts.h
Description: Text document

Attachment: httpget_stm.log
Description: application/log

Attachment: debug.log
Description: application/log


reply via email to

[Prev in Thread] Current Thread [Next in Thread]