I have this code: this.http.get(url) .subscribe( data => { }, error=>{ } ) How I can close an HTTP connection?