Home
last modified time | relevance | path

Searched refs:EXPECT_100_THRESHOLD (Results 1 - 2 of 2) sorted by relevance

/third_party/curl/lib/
H A Dhttp.h181 /* EXPECT_100_THRESHOLD is the request body size limit for when libcurl will
186 #ifndef EXPECT_100_THRESHOLD
187 #define EXPECT_100_THRESHOLD (1024*1024) macro
H A Dhttp.c2454 else if(http->postsize > EXPECT_100_THRESHOLD || http->postsize < 0) in addexpect()

Completed in 6 milliseconds