How do I completely stop the Editor from making calls to URL https://www.google.com/generate_204 ?

This call is firing constantly during my attempt to stream a large amount of data from a custom server. My code is C++ on both ends. when the mentioned URL is not connected, it introduces a 3 second delay between actual useful packets, making it completely unusable.