Home
last modified time | relevance | path

Searched refs:MAX_INITIAL_POST_SIZE (Results 1 – 3 of 3) sorted by relevance

/third_party/curl/lib/
Dhttp.h177 #ifndef MAX_INITIAL_POST_SIZE
178 #define MAX_INITIAL_POST_SIZE (64*1024) macro
Dhttp.c2716 (http->postsize < MAX_INITIAL_POST_SIZE)) { in Curl_http_bodysend()
/third_party/curl/tests/data/
Dtest57838 HTTP POST lower than MAX_INITIAL_POST_SIZE with progress callback