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
i create 3 work threads ,but if i send 10url with same host ,shrpx create only 1 connection with backend,why can not create 3 connections with backend ?
thx!
The text was updated successfully, but these errors were encountered:
Are you using SPDY backend, and does client use SPDY to access shrpx? Then it is normal. shrpx creates one SPDY connection per worker, and all requests in one SPDY frontend connection will go into the same backend SPDY connection.
i create 3 work threads ,but if i send 10url with same host ,shrpx create only 1 connection with backend,why can not create 3 connections with backend ?
thx!
The text was updated successfully, but these errors were encountered: