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
Redwire currently sends connection: close with all requests, adding ~250ms (browser) of connection negotiation to repeated or async requests to the same host.
Redwire currently sends
connection: closewith all requests, adding ~250ms (browser) of connection negotiation to repeated or async requests to the same host.It should support
connection: keep-alive.