lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] tls server, http1.1, pipelining


From: Tushar Patel
Subject: Re: [lwip-users] tls server, http1.1, pipelining
Date: Tue, 18 Jun 2019 14:03:28 -0400

If you are using resource constraint devices like micro controller with low MIPS. Then the only option is to use http2 with tls. 
http1 with tls will create multiple connections. to get the web page data while the http2 will create single tls connections to do rx tx operations.


Tushar
 

On Tue, Jun 18, 2019 at 1:01 PM Mario Luzeiro <address@hidden> wrote:
I managed to get a TLS server working with lwIP!

I have a webpage with html and images. It loads ok over http.
My problem is now with TLS it cannot load the images.

If I set the server using HTTP1.0 the browser will send multiple parallel
TLS connections to get the images.
So it looks this multiple connections are not supported? in lwIP/mbedTLS?

If I set the server to send a HTTP1.1 with keep-alive, the browser will keep
the connection but will send multiple READs
but why does it work (multiple readings) with regular HTTP and not over TLS?

I checked and it looks there is no HTTP option to ask client to not perform
pipelining.




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

_______________________________________________
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]