mirror of
https://github.com/curl/curl.git
synced 2024-12-09 06:30:06 +08:00
transfer: remove curl_upload_refill_watermark, no longer used
the define applied to upload buffers which we removed Closes #13764
This commit is contained in:
parent
5eb6662336
commit
28284c8f33
@ -341,9 +341,6 @@ static void win_update_buffer_size(curl_socket_t sockfd)
|
||||
#define win_update_buffer_size(x)
|
||||
#endif
|
||||
|
||||
#define curl_upload_refill_watermark(data) \
|
||||
((size_t)((data)->set.upload_buffer_size >> 5))
|
||||
|
||||
/*
|
||||
* Send data to upload to the server, when the socket is writable.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user