Hi, It would be very nice to have native support but there are no current plans to add it. It's a considerable chunk of work and would involve switching from mochiweb to some other framework too.
B > On 21 Aug 2024, at 13:22, Sinan Gabel <[email protected]> wrote: > > Hi, You can optionally put couchdb behind a proxy web server that uses > http/2 between the browser and the proxy web server, and then there will > only be the http(2) issue between the proxy web server and couchdb in the > backend. > > On Wed, 21 Aug 2024 at 14:02, Andrew Ellerton <[email protected]> > wrote: > >> Hi all, >> >> As far as I can see, CouchDB uses http/1.1 and doesn't support http/2. >> >> As everyone is probably familiar, that forces a low limit on the number of >> simultaneous connections from a browser to the database. >> >> This SO post from 2021 illustrates one workaround using a reverse proxy. >> https://stackoverflow.com/a/70428615/963195 >> >> Are there any plans to support http/2 natively in CouchDB? >> >> Thanks >> Andrew >>
