lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] SSL web server can't work with FF16


From: vincent cui
Subject: Re: [lwip-users] SSL web server can't work with FF16
Date: Fri, 30 Nov 2012 02:19:24 +0000

For my application, PolarSSL handles those connections, is there something I 
can do ?

Vincent 

-----Original Message-----
From: address@hidden [mailto:address@hidden On Behalf Of Ivan Delamer
Sent: 2012年11月29日 PM 11:41
To: address@hidden
Subject: Re: [lwip-users] SSL web server can't work with FF16

I've had some issues with the latest versions of FireFox too. What happens
is that it has some predictive algorithm where multiple connections are
preemptively opened to the server and kept open for future use. This is
intended to reduce the latency of opening a socket when browsing.

What I had to do is tweak my application to close/reset some of these
extra tcp connections that are open. Since I have a small pool of threads
to handle HTTP connections, some of these were sometimes blocking other
incoming HTTP requests (because the connections are open but no data is
sent, so server can be left waiting for a while).

It is not a LwIP issue, but a problem that needs to be handled by the
application. Usually we make the assumption that we get connections that
actually send HTTP headers right away.

Cheers
Ivan


> Date: Thu, 29 Nov 2012 05:22:25 +0000
> From: vincent cui <address@hidden>
> To: Mailing list for lwIP users <address@hidden>
> Subject: [lwip-users] SSL web server can't work with FF16
> Message-ID: <address@hidden>
> Content-Type: text/plain; charset="us-ascii"
>
> Hi all:
>
> I develop SSL web server with lwip1.4.0 and PolarSSL under Cortex M3
> platfrom.
> When I access the web with FireFox16, it warns that the connection is
> reset.
> When I access the web with IE8, it works well .
> Attached httpslogFF16 file includes some RST packet. But httpslogIE
> doesn't have.
>
> So, I change the lwip1.4.0 to 1.3.2. FF16 and IE both work well..
>
> Anyone know it is LWIP issue or not ?
>
> Vincent
>
>
>
>
> [Untitled.png][Untitled.png]
>
>
>
>
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> <http://lists.nongnu.org/archive/html/lwip-users/attachments/20121129/2b918cf9/attachment.html>
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: image002.jpg
> Type: image/jpeg
> Size: 22355 bytes
> Desc: image002.jpg
> URL:
> <http://lists.nongnu.org/archive/html/lwip-users/attachments/20121129/2b918cf9/attachment.jpg>
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: image003.jpg
> Type: image/jpeg
> Size: 23143 bytes
> Desc: image003.jpg
> URL:
> <http://lists.nongnu.org/archive/html/lwip-users/attachments/20121129/2b918cf9/attachment-0001.jpg>
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: httpslogIE.pcap
> Type: application/octet-stream
> Size: 35868 bytes
> Desc: httpslogIE.pcap
> URL:
> <http://lists.nongnu.org/archive/html/lwip-users/attachments/20121129/2b918cf9/attachment.obj>
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: httpslogFF16.pcap
> Type: application/octet-stream
> Size: 22043 bytes
> Desc: httpslogFF16.pcap
> URL:
> <http://lists.nongnu.org/archive/html/lwip-users/attachments/20121129/2b918cf9/attachment-0001.obj>
>
> ------------------------------
>
> _______________________________________________
> lwip-users mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/lwip-users
>
> End of lwip-users Digest, Vol 111, Issue 22
> *******************************************
>



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

reply via email to

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