Commit 29aafb9c authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Andres Garcia's text mode fix for the 'data' part

parent 40eb7d0d
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -7,6 +7,15 @@
                                  Changelog


Daniel (3 June 2005)
- Andres Garcia provided yet another text mode patch for several test cases so
  that they do text comparisions better on Windows (newline-wise).

Daniel (1 June 2005)
- The configure check for c-ares now adds the cares lib before the other libs,
  to make it build fine with mingw. Inspired by Tupone Alfredo's bug report
  (and patch) #1212940

Daniel (31 May 2005)
- Todd Kulesza reported a flaw in the proxy option, since a numerical IPv6
  address was not possible to use. It is now, but requires it written
+3 −1
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@ This release includes the following changes:

This release includes the following bugfixes:

 o c-ares enabled build with mingw
 o proxy host set with numerical IPv6 address
 o better treatment of binary zeroes in HTTP response headers
 o fixed the notorius FTP server failure in the test suite
@@ -31,6 +32,7 @@ Other curl-related news since the previous public release:
This release would not have looked like this without help, code, reports and
advice from friends like these:

 John McGowan, Georg Wicherski, Andres Garcia, Eric Cooper, Todd Kulesza
 John McGowan, Georg Wicherski, Andres Garcia, Eric Cooper, Todd Kulesza,
 Tupone Alfredo

        Thanks! (and sorry if I forgot to mention someone)
+1 −1
Original line number Diff line number Diff line
#
# Server-side
<reply name="1">
<data>
<data mode="text">
HTTP/1.1 200 OK
Date: Thu, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake
+1 −1
Original line number Diff line number Diff line
#
# Server-side
<reply>
<data>
<data mode="text">
foo
   bar swsclose
bar
+3 −3
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ Content-Type: text/html
Content-Length: 32

run 3: overwrite cookie 1 and 4
</data5>
</data3>
</reply>

# Client-side
@@ -56,7 +56,7 @@ http://%HOSTIP:%HTTPPORT/506

# Verify data after the test has been "shot"
<verify>
<stdout>
<stdout mode="text">
GLOBAL_INIT
SHARE_INIT
CURL_LOCK_DATA_COOKIE
@@ -145,7 +145,7 @@ GLOBAL_CLEANUP
<stderr>
http://%HOSTIP:%HTTPPORT/506 
</stderr>
<file name="log/jar506">
<file name="log/jar506" mode="text">
# Netscape HTTP Cookie File
# http://www.netscape.com/newsref/std/cookie_spec.html
# This file was generated by libcurl! Edit at your own risk.
Loading