removed unnecessary check from add_buffer_send() that only was made within
authorDaniel Stenberg <daniel@haxx.se>
Thu, 15 Nov 2007 23:30:59 +0000 (23:30 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 15 Nov 2007 23:30:59 +0000 (23:30 +0000)
commit1125d45397972276ffbc27d9180e0faba10f139c
tree5ef2f88120f098020a67f3994e1103399662e317
parent44d408204a7902613c2843b7bfb8dbe073f9fcb8
removed unnecessary check from add_buffer_send() that only was made within
#ifdef CURL_DOES_CONVERSIONS anyway! I turned it into a DEBUGASSERT() instead.
lib/http.c