lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] https post_auto_wnd not work


From: address@hidden
Subject: Re: [lwip-users] https post_auto_wnd not work
Date: Tue, 22 Oct 2019 20:44:51 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0

Am 22.10.2019 um 14:48 schrieb tomek wilkxt:
Hi
I have set:
#define LWIP_HTTPD_POST_MANUAL_WND  1
In normal http:
if *post_auto_wnd=1 its work ok, i can read large file.
if *post_auto_wnd=0, not work (I see TCP ZeroWindow flags).

Well, these zero windows are expected, no? You'll have to update the
window from your application, of course.


When i run https it not work and It doesn't matter  if
*post_auto_wnd=0 or *post_auto_wnd=1. In wireshark  i see TCP
ZeroWindow flags in packet and conection is reset.
What is problem when I use https?


I don't know what's wrong, all I can say is it works for me. I have a
setup running where you can upload a file to (slow) flash and manual
window update throttles upload speed.

You might want to debug why the connection resets.

Regards,
Simon



reply via email to

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