libmicrohttpd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libmicrohttpd] How much upload_data is uploaded to MHD_AccessHandlerCal


From: Bob Furber
Subject: [libmicrohttpd] How much upload_data is uploaded to MHD_AccessHandlerCallback()?
Date: Thu, 10 Sep 2015 16:56:19 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0

Can someone tell me how much upload_data is uploaded to MHD_AccessHandlerCallback()?

Can the upload_data uploaded to MHD_AccessHandlerCallback() ever be less than the lesser of all the data sent by the client or the size of the upload_data buffer?

In other words, if a POST request were to contain, say, 64 bytes and the upload_data buffer were larger, say, 256 bytes, could the upload_data buffer contain anything less than 64 bytes? Could one expect a short POST request to arrive in more than one packet?





reply via email to

[Prev in Thread] Current Thread [Next in Thread]