Calling delegate on LoaderHidingResource#close()

Closes gh-10025
This commit is contained in:
Stephane Nicoll 2017-08-17 14:25:00 +02:00
parent b8a209e6d5
commit e93f61ba70
1 changed files with 1 additions and 1 deletions

View File

@ -747,7 +747,7 @@ public class JettyServletWebServerFactory extends AbstractServletWebServerFactor
@Override
public void close() {
close();
this.delegate.close();
}
@Override