View Single Post
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 07-26-2013 , 22:31   Re: Need help with http download
Reply With Quote #8

Quote:
Originally Posted by Tentacle Master View Post
yay another fun conversation with my GSP. I can't win.

Yeah for about 7-15 minutes it downloads the right info then for another 7-15 mins it downloads a cached version, rinse, repeat.

If they refuse to help me I may just have 10 of the same file generated and numbered then download them in sequence. That's so ghetto.
Call these two functions before sending the HTTP request:
Code:
Steam_SetHTTPRequestHeaderValue(hRequest, "Pragma", "no-cache");
Steam_SetHTTPRequestHeaderValue(hRequest, "Cache-Control", "no-cache");
__________________
asherkin is offline