lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] POST issues with different browsers


From: tomek wilkxt
Subject: Re: [lwip-users] POST issues with different browsers
Date: Tue, 17 Sep 2019 11:49:48 +0200

Hi

I had a similar problem with GET, OK in firefox but not in chrome
anymore. This was due to the fact that chromium immediately made two
parallel queries when establishing the connection. My STM32 have smal
RAM and was unable to handle it. Helped decres max content len to 3072
from 8192
#define MBEDTLS_SSL_MAX_CONTENT_LEN 3072 in confg.h

pon., 16 wrz 2019 o 22:47 Mário Luzeiro <address@hidden> napisał(a):
>
> Hello all,
>
> I'm implementing a httpd over LWIP (latest master) /mbedTLS, despite it is a 
> very slow MCU implementation, it is working.
> The issue now I have is with POST.
>
> If I start a browser in private mode, the first time I press the button for 
> POST it works OK.
> For Opera and Chromium on the next retries, the POST does not work. It looks 
> the browser is not fully request the post (I cannot full debug as Im using 
> TLS)
> from the logs I can see it received one connection, there is no debug about a 
> incoming POST, then it reach the max poll retries and closes the connection.
>
> ..but with Firefox, I can request every time POST and it works.
>
> I found also that its not (just) related with the server side code, because 
> if I start from reset, without restart the browser, it still does not work, I 
> need to start a fresh private window.
>
> Any hints how can I found what is wrong and why it work on Firefox but not in 
> other browsers?
> Fell free to request me any debug info you would like to see.
>
> Appreciate any advice!
>
> Regards,
> Mario Luzeiro
> _______________________________________________
> lwip-users mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/lwip-users



-- 
pozdrawiam
tomek



reply via email to

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