]> granicus.if.org Git - curl/commit
curl tool: adjust header callback single call write limit warning
authorYang Tse <yangsita@gmail.com>
Wed, 28 Sep 2011 17:03:36 +0000 (19:03 +0200)
committerYang Tse <yangsita@gmail.com>
Wed, 28 Sep 2011 17:04:38 +0000 (19:04 +0200)
commitff5ba6e43d808b8cc7c8e099bb0329206031478f
treec868352d22a95e046ef390462cc3315e7071c1f2
parent9f2f8d5122e1a88835bca132dab0d03fdec0da48
curl tool: adjust header callback single call write limit warning

Maximum amount of data a header callback is supposed to get in
a single call from libcurl is limited by the lowest value of
CURL_MAX_WRITE_SIZE and CURL_MAX_HTTP_HEADER.
src/tool_cb_hdr.c