<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/curl.git/tests/data/test1360, branch bagder/test493-https</title>
<subtitle>github.com: bagder/curl.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/'/>
<entry>
<title>tests: use %TESTNUMBER instead of fixed number</title>
<updated>2021-03-19T14:57:21+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2021-03-12T16:38:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=e2b4df7b5ed8ed86c900820fc4b2c30b9cb53f51'/>
<id>e2b4df7b5ed8ed86c900820fc4b2c30b9cb53f51</id>
<content type='text'>
This makes the tests easier to copy and relocate to other test numbers
without having to update content.

Closes #6738
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes the tests easier to copy and relocate to other test numbers
without having to update content.

Closes #6738
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: fixup several tests</title>
<updated>2021-02-08T23:28:19+00:00</updated>
<author>
<name>Fabian Keil</name>
<email>fk@fabiankeil.de</email>
</author>
<published>2020-02-28T14:00:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=124198631b042830ba8019bd7842de92c0853fc5'/>
<id>124198631b042830ba8019bd7842de92c0853fc5</id>
<content type='text'>
missing CRs and modified %hostip

lib556/test556: use a real HTTP version to make test reuse more convenient

make sure the weekday in Date headers matches the date

test61: replace stray "^M" (5e 4d) at the end of a cookie with a '^M' (0d)

Gets the test working with external proxies like Privoxy again.

Closes #6463
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
missing CRs and modified %hostip

lib556/test556: use a real HTTP version to make test reuse more convenient

make sure the weekday in Date headers matches the date

test61: replace stray "^M" (5e 4d) at the end of a cookie with a '^M' (0d)

Gets the test working with external proxies like Privoxy again.

Closes #6463
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed some XML syntax issues in the test data</title>
<updated>2014-01-16T23:32:02+00:00</updated>
<author>
<name>Dan Fandrich</name>
<email>dan@coneharvesters.com</email>
</author>
<published>2014-01-16T22:41:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=821094ba728cb2778dd4ebad6ab1bb149504c73e'/>
<id>821094ba728cb2778dd4ebad6ab1bb149504c73e</id>
<content type='text'>
Also, make the ftp server return a canned response that doesn't
cause XML verification problems.  Although the test file format
isn't technically XML, it's still handy to be able to use XML
tools to verify and manipulate them.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also, make the ftp server return a canned response that doesn't
cause XML verification problems.  Although the test file format
isn't technically XML, it's still handy to be able to use XML
tools to verify and manipulate them.
</pre>
</div>
</content>
</entry>
<entry>
<title>always-multi: always use non-blocking internals</title>
<updated>2013-01-17T18:40:35+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2013-01-17T11:59:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=c43127414d89ccb9ef6517081f68986d991bcfb3'/>
<id>c43127414d89ccb9ef6517081f68986d991bcfb3</id>
<content type='text'>
Remove internal separated behavior of the easy vs multi intercace.
curl_easy_perform() is now using the multi interface itself.

Several minor multi interface quirks and bugs have been fixed in the
process.

Much help with debugging this has been provided by: Yang Tse
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove internal separated behavior of the easy vs multi intercace.
curl_easy_perform() is now using the multi interface itself.

Several minor multi interface quirks and bugs have been fixed in the
process.

Much help with debugging this has been provided by: Yang Tse
</pre>
</div>
</content>
</entry>
<entry>
<title>tests 1348 to 1363: test definition polishing</title>
<updated>2012-06-07T13:29:46+00:00</updated>
<author>
<name>Yang Tse</name>
<email>yangsita@gmail.com</email>
</author>
<published>2012-06-07T13:26:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=430791616b6c067b6da3ab64e486d6ca8d8136f4'/>
<id>430791616b6c067b6da3ab64e486d6ca8d8136f4</id>
<content type='text'>
Verify that the "Saved to filename 'blabla'" message is only displayed when
the 'blabla' filename being used _actually_ has been specified by the server
in the Content-Disposition header.

Use relative path for unintended file creation postcheck.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Verify that the "Saved to filename 'blabla'" message is only displayed when
the 'blabla' filename being used _actually_ has been specified by the server
in the Content-Disposition header.

Use relative path for unintended file creation postcheck.
</pre>
</div>
</content>
</entry>
<entry>
<title>tests 1348 to 1363: compleate header data part of test definition</title>
<updated>2012-06-06T10:59:52+00:00</updated>
<author>
<name>Yang Tse</name>
<email>yangsita@gmail.com</email>
</author>
<published>2012-06-06T10:59:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=b1f2a680bdd61b0d05046c26662250a54b2e54c8'/>
<id>b1f2a680bdd61b0d05046c26662250a54b2e54c8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tests 1334 to 1363 revisited.</title>
<updated>2012-06-05T18:20:40+00:00</updated>
<author>
<name>Yang Tse</name>
<email>yangsita@gmail.com</email>
</author>
<published>2012-06-05T18:19:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=2b56e4c1bb31dc69517156a1c70a264a6f6e91e4'/>
<id>2b56e4c1bb31dc69517156a1c70a264a6f6e91e4</id>
<content type='text'>
Add a postcheck section to verify unintended file creation.

Remove needless &lt;file&gt; checks in verify section. Renumbering where appropriate.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a postcheck section to verify unintended file creation.

Remove needless &lt;file&gt; checks in verify section. Renumbering where appropriate.
</pre>
</div>
</content>
</entry>
<entry>
<title>tests 1348 to 1363: add a comma in test description</title>
<updated>2012-06-05T11:16:35+00:00</updated>
<author>
<name>Yang Tse</name>
<email>yangsita@gmail.com</email>
</author>
<published>2012-06-05T10:31:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=c5b66836a543be7164b2a4b81cb4ecd35465ed5c'/>
<id>c5b66836a543be7164b2a4b81cb4ecd35465ed5c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tests 1356 to 1363: several -O -J -i -D combinations with FTP protocol</title>
<updated>2012-06-04T18:59:45+00:00</updated>
<author>
<name>Yang Tse</name>
<email>yangsita@gmail.com</email>
</author>
<published>2012-06-04T18:58:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=04a6f0a1a4e6e22dbedd3db4920ea2f77bd5da11'/>
<id>04a6f0a1a4e6e22dbedd3db4920ea2f77bd5da11</id>
<content type='text'>
Currently 1356 to 1362 succeed but a write failure is logged in traceNNNN.

Currently 1363 fails, so disabled for now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently 1356 to 1362 succeed but a write failure is logged in traceNNNN.

Currently 1363 fails, so disabled for now.
</pre>
</div>
</content>
</entry>
</feed>
