`handle_connection` creates new instances of Request without deleting them # How? `new` creates a pointer, how do I create an occurrence without a pointer? `Request request;`?
handle_connectioncreates new instances of Request without deleting themHow?
newcreates a pointer, how do I create an occurrence without a pointer?Request request;?