Support for HTTP 1.1 persistent connections?

Locked
kertj1
Posts: 1
Joined: Tue Feb 21, 2017 6:41 pm

Support for HTTP 1.1 persistent connections?

Post by kertj1 »

Hi,

Is there a way to configure/use LibHTTPD so that client connections are persistent, eg: as per HTTP 1.1?

Regards
david
Hughes Tech Staff
Posts: 25
Joined: Mon Feb 13, 2017 4:55 am

Re: Support for HTTP 1.1 persistent connections?

Post by david »

Hi

At this time it only supports 1.0 which has been fine for the projects we've been using it in. We are aware of an old fork of the 1.x code that included 1.1 persistent support. We'll have a look at that to check the implementation and see if we can merge the changes into 2.x. If not then we'll just implement it ourselves. It's on the roadmap but not at the top of the to-do list yet.


Thanks

David
...
Locked