HTTP Progressive mode af en tested working

This commit is contained in:
Thulinma 2011-02-14 17:17:48 +01:00
parent 0ab03a5e2a
commit b8c1b68633

View file

@ -94,7 +94,7 @@ int DDV_Accept(int sock, bool nonblock = false){
return r; return r;
} }
bool DDV_write(void * buffer, int todo, int sock){ bool DDV_write(const void * buffer, int todo, int sock){
int sofar = 0; int sofar = 0;
socketBlocking = false; socketBlocking = false;
while (sofar != todo){ while (sofar != todo){