You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it seems http2 client is not supported in rqlite. http2 has a considerable performance boost over http1.1,
http.ListenAndServerTLS( ) function in go net/http supports http2 server by default.
so, i recommend you to use ListenAndServerTLS( ) in rqlited implementation source code.