in src/main/java/org/apache/jenkins/gitpubsub/GitPubSubPoll.java [193:196]
public Response onCompleted(Response response) throws Exception {
LOGGER.log(Level.FINE, "Connection closed");
return super.onCompleted(response);
}