;;; This call should end things immediately, but does not (with-oauth twitter-app me (lambda () (call-with-input-request "https://stream.twitter.com/1.1/statuses/filter.json?delimited=length&track=espn" #f (lambda (x) (close-input-port (current-input-port)))))) ;;; This should also end things, but does not (with-oauth twitter-app me (lambda () (call-with-input-request "https://stream.twitter.com/1.1/statuses/filter.json?delimited=length&track=espn" #f (lambda (x) (close-connection! "https://stream.twitter.com/1.1/statuses/filter.json?delimited=length&track=espn")))))