#
adaf8753 |
| 07-May-2010 |
Daniel Stenberg |
multi interface: missed storing connection time Dirk Manske reported a regression. When connecting with the multi interface, there were situations where libcurl wouldn't store connec
multi interface: missed storing connection time Dirk Manske reported a regression. When connecting with the multi interface, there were situations where libcurl wouldn't store connect time correctly as it used to (and is documented to) do. Using his fine sample program we could repeat it, and I wrote up test case 573 using that code. The problem does not easily show itself using the local test suite though. The fix, also as suggested by Dirk, is a bit on the ugly side as it adds yet another call to Curl_verboseconnect() and setting the TIMER_CONNECT time. That situation is subject for some closer inspection in the future.
show more ...
|
Revision tags: curl-7_20_1 |
|
#
1ac168e5 |
| 24-Mar-2010 |
Chris Conroy |
Fix RTSP GET_PARAMETER empty and non-empty operation. Test coverage included. Thanks to Massimo Callegari for the bug report
|
Revision tags: curl-7_20_0 |
|
#
6259bcd5 |
| 28-Jan-2010 |
Yang Tse |
Chris Conroy provided first RTSP tests
|
Revision tags: curl-7_19_7 |
|
#
2c0b65d3 |
| 30-Oct-2009 |
Daniel Stenberg |
Added test case 566 in an attempt to repeat bug 2884561 (http://curl.haxx.se/bug/view.cgi?id=2884561) but it seems to work for me...
|
#
d68f215f |
| 30-Oct-2009 |
Daniel Stenberg |
- "Tom" posted a bug report that mentioned how libcurl did wrong when doing a POST using a read callback, with Digest authentication and "Transfer-Encoding: chunked" enforced. I would th
- "Tom" posted a bug report that mentioned how libcurl did wrong when doing a POST using a read callback, with Digest authentication and "Transfer-Encoding: chunked" enforced. I would then cause the first request to be wrongly sent and then basically hang until the server closed the connection. I fixed the problem and added test case 565 to verify it.
show more ...
|
Revision tags: curl-7_19_6, curl-7_19_5 |
|
#
e6e6c6e6 |
| 11-May-2009 |
Daniel Stenberg |
Added test 564 as DISABLED. It is for testing FTP over a SOCK4 proxy using the multi interface, which currently doesn't work because of how the data connection is not waiting for connect befo
Added test 564 as DISABLED. It is for testing FTP over a SOCK4 proxy using the multi interface, which currently doesn't work because of how the data connection is not waiting for connect before it tries to do proxy magic.
show more ...
|
#
6b95c4e3 |
| 30-Apr-2009 |
Daniel Stenberg |
- I was going to fix issue #59 in KNOWN_BUGS If the CURLOPT_PORT option is used on an FTP URL like "ftp://example.com/file;type=A" the ";type=A" is stripped off. I added t
- I was going to fix issue #59 in KNOWN_BUGS If the CURLOPT_PORT option is used on an FTP URL like "ftp://example.com/file;type=A" the ";type=A" is stripped off. I added test case 562 to verify, only to find out that I couldn't repeat this bug so I hereby consider it not a bug anymore!
show more ...
|
#
e9dd0998 |
| 07-Apr-2009 |
Benoit Neil |
Added missing tests in CMake, added Makefile.inc for tests (+ use in CMake scripts), and fixed a missing define under windows in a test source file.
|