Removed increment of read_post_bytes because this is done within SAPI (SAPI.c).

This commit is contained in:
Holger Zimmermann 2003-06-01 20:28:49 +00:00
parent 0ecbdc55a1
commit ef4ffaaf1a

View File

@ -250,7 +250,8 @@ static int sapi_pi3web_read_post(char *buffer, uint count_bytes TSRMLS_DC)
}
total_read += cbRead;
}
SG(read_post_bytes) += total_read;
// removed after re-testing POST with Pi3Web 2.0.2
// SG(read_post_bytes) += total_read;
return total_read;
}