lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] LWIP MQTT+HTTPd with ssi


From: JJ
Subject: Re: [lwip-users] LWIP MQTT+HTTPd with ssi
Date: Fri, 6 Sep 2019 05:19:39 -0700 (MST)

Thank you for reply.
May it be that httpd becomes "too slow"?
Debugging app I found that here:

#if LWIP_HTTPD_SSI
  if(hs->ssi) {
    data_to_send = http_send_data_ssi(pcb, hs);
  } else
#endif /* LWIP_HTTPD_SSI */
  {
    data_to_send = http_send_data_nonssi(pcb, hs);
  }

hs->ssi is, for some unknown reason, null when MQTT is active, even if it
shouldn't.
You may be right talking about misconfigurations. 
May it be I need to add more resources? But which ones impact on hs->ssi ==
null? 

Thank you



--
Sent from: http://lwip.100.n7.nabble.com/lwip-users-f3.html



reply via email to

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