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
