Modified HTTPStream to return Null if not found

BlitzMax Forums/BlitzMax Module Tweaks/Modified HTTPStream to return Null if not found

JoshK(Posted 2008) [#1]
The HTTPStream module returns a stream even if the file does not exist. This tweak adds a global variable that if set will attempt to detect rejected requests:
http://blitzmax.com/codearcs/codearcs.php?code=2267