abroekhuis commented on a change in pull request #159: Feature/slow rsa
URL: https://github.com/apache/celix/pull/159#discussion_r387308829
##########
File path:
bundles/remote_services/remote_service_admin_dfi/src/remote_service_admin_dfi.c
##########
@@ -76,12 +77,13 @@ struct remote_service_admin {
struct post {
const char *readptr;
- int size;
+ size_t size;
+ size_t read;
Review comment:
Is "read" used?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services