X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Frnetclient.git;a=blobdiff_plain;f=rnetclient.c;h=946fa7956f03c1910855dbe2522c3d7557f810be;hp=3561b4500c7785b6a520bcf0b3297147477582a5;hb=0a6a048d958808d175079d66b336c248c0195c47;hpb=ff2154b7462449de904aa76e33e7dc32c71d117e diff --git a/rnetclient.c b/rnetclient.c index 3561b45..946fa79 100644 --- a/rnetclient.c +++ b/rnetclient.c @@ -280,7 +280,7 @@ static int rnet_send(gnutls_session_t session, char *buffer, size_t len, int hea The uploaded file may be larger: to upload such large files, it suffices to send multiple records till the entire file is transferred, without waiting for a response. Since - we've alread informed the server of the file size in the + we've already informed the server of the file size in the header, it knows exactly how much data to expect before sending a response. It will only send an error message before that if it times us out.