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
http_server: initialize request in process_request for http/1.1
This patch addresses feedback from @leonardo-albertovich, reducing how
many components are being recreated on each new request for a single
session. Now it only recreates the request object, rather than creating
a new stream for each request of a session.
It replaces my original fix in 0ef074a
Signed-off-by: Andrew Titmuss <[email protected]>
0 commit comments