With-simple-restart
(with-simple-restart (abort "Close Connection")
(process-header socket (read-header socket)))
First arg is symbol naming the restart
Second arg is documentation string
ABORT is a standard restart, but you can have others of your choosing