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
HTTPServer is ~Copyable, so to implement a stateful struct-based server, serve should be mutating. We should consider whether to make this change or remove ~Copyable.
HTTPServeris~Copyable, so to implement a stateful struct-based server,serveshould bemutating. We should consider whether to make this change or remove~Copyable.