From 55700cb01f4a01b8187f387e1655371e6fe0703a Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 20 Feb 2008 08:28:02 +0000 Subject: - We no longer support setting the CURLOPT_URL option from inside a callback such as the CURLOPT_SSL_CTX_FUNCTION one treat that as if it was a Location: following. The patch that introduced this feature was done for 7.11.0, but this code and functionality has been broken since about 7.15.4 (March 2006) with the introduction of non-blocking OpenSSL "connects". It was a hack to begin with and since it doesn't work and hasn't worked correctly for a long time and nobody has even noticed, I consider it a very suitable subject for plain removal. And so it was done. --- tests/data/test509 | 64 ------------------------------------------------------ 1 file changed, 64 deletions(-) delete mode 100644 tests/data/test509 (limited to 'tests/data/test509') diff --git a/tests/data/test509 b/tests/data/test509 deleted file mode 100644 index d29a4ba78..000000000 --- a/tests/data/test509 +++ /dev/null @@ -1,64 +0,0 @@ - - - -HTTPS -HTTP GET - - - -# -# Server-side - - -HTTP/1.1 200 OK -Date: Thu, 09 Nov 2010 14:49:00 GMT -Content-length:6 - -Hello - - -Hello - - - -# -# Client-side - - -https - - -SSL -OpenSSL - - -lib509 - - - -simple HTTPS GET and URL redirect in certificate - - -https://%HOSTIP:%HTTPSPORT/dvcs %HTTPSPORT - - - -# -# Verify data after the test has been "shot" - - -^User-Agent:.* - - -GET /509 HTTP/1.1 -Host: %HOSTIP:%HTTPSPORT -Accept: */* - - -# valgrind detects numerous problems in OpenSSL for this test case, disable -# the valgrind logfile scan - -disable - - - -- cgit v1.2.3