| commit | 22e52ddd6e4aafdde50d54d1456c0c2c891f12c1 | [log] [tgz] |
|---|---|---|
| author | Daniel Stenberg <daniel@haxx.se> | Thu Nov 15 23:42:21 2007 +0000 |
| committer | Daniel Stenberg <daniel@haxx.se> | Thu Nov 15 23:42:21 2007 +0000 |
| tree | 6f474f0e777c57bc3d8c1819194c208488c59043 | |
| parent | 1125d45397972276ffbc27d9180e0faba10f139c [diff] |
Ates Goral identified a problem in http.c:add_buffer_send() when a debug callback was used, as it could wrongly pass on a bad size for the outgoing HTTP header. The bad size would be a very large value as it was a wrapped size_t content. This happened when the whole HTTP request failed to get sent in one single send. http://curl.haxx.se/mail/lib-2007-11/0165.html