X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;ds=sidebyside;f=server.c;h=270e916c8c1a7e0a7bb335c6cba8477284f763bf;hb=f48c3935c01da796b7ecb011a42d6576788b7648;hp=a441573745ecf6ce5896d32eb78d9d6015e2256b;hpb=721322812d9fcfa648268aab34ec1879c9414dfe;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/server.c b/server.c index a441573..270e916 100644 --- a/server.c +++ b/server.c @@ -394,17 +394,6 @@ int main( int argc, char *argv[] ) client_pollgroup = SteamAPI_ISteamNetworkingSockets_CreatePollGroup( hSteamNetworkingSockets ); -#if 0 - HTTPRequestHandle test_req = SteamAPI_ISteamHTTP_CreateHTTPRequest( - hSteamHTTP, k_EHTTPMethodGET, - "https://www.harrygodden.com/hello.txt" ); - - vg_steam_async_call *call1 = vg_alloc_async_steam_api_call(); - call1->userdata = NULL; - call1->p_handler = recieve_http; - SteamAPI_ISteamHTTP_SendHTTPRequest( hSteamHTTP, test_req, &call1->id ); -#endif - u64 server_ticks = 8000, last_record_save = 8000, last_scoreboard_gen = 0;