Detaches the underlying socket from the HTTP server.
Will throw if inner was not set or null when this was created.
inner
null
this
Future<Socket> detachSocket() async => _inner!.detachSocket();