HTTP Progressive mode af en tested working
This commit is contained in:
parent
97ac154337
commit
70b64b601d
2 changed files with 32 additions and 5 deletions
|
@ -94,7 +94,7 @@ int DDV_Accept(int sock, bool nonblock = false){
|
|||
return r;
|
||||
}
|
||||
|
||||
bool DDV_write(void * buffer, int todo, int sock){
|
||||
bool DDV_write(const void * buffer, int todo, int sock){
|
||||
int sofar = 0;
|
||||
socketBlocking = false;
|
||||
while (sofar != todo){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue