-
- Downloads
DONE: consider callback-aborted transfers premature
This bug report properly identified that when doing SMTP and aborting the transfer with a callback, it must be considered aborted prematurely by the code to avoid QUIT etc to be attempted as that would cause a hang. The new test case 1507 verifies this behavior. Reported by: Patricia Muscalu Bug: http://curl.haxx.se/bug/view.cgi?id=1184
Showing
- lib/url.c 7 additions, 0 deletionslib/url.c
- tests/data/Makefile.am 1 addition, 1 deletiontests/data/Makefile.am
- tests/data/test1507 51 additions, 0 deletionstests/data/test1507
- tests/libtest/Makefile.inc 5 additions, 1 deletiontests/libtest/Makefile.inc
- tests/libtest/lib1507.c 167 additions, 0 deletionstests/libtest/lib1507.c
Loading
Please register or sign in to comment