<feed xmlns='http://www.w3.org/2005/Atom'>
<title>curl/tests/data/test1220, branch gemini-meta</title>
<subtitle>cURL mirror with patches applied
</subtitle>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/'/>
<entry>
<title>tests: use %FILE_PWD for file:// URLs</title>
<updated>2019-10-21T15:28:48+00:00</updated>
<author>
<name>Marcel Raad</name>
<email>Marcel.Raad@teamviewer.com</email>
</author>
<published>2019-10-20T19:16:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=d81dbae19f8876ad472e445d89760970c79cceaa'/>
<id>d81dbae19f8876ad472e445d89760970c79cceaa</id>
<content type='text'>
This way, we always have exactly one slash after the host name, making
the tests pass when curl is compiled with the MSYS GCC.

Closes https://github.com/curl/curl/pull/4512
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This way, we always have exactly one slash after the host name, making
the tests pass when curl is compiled with the MSYS GCC.

Closes https://github.com/curl/curl/pull/4512
</pre>
</div>
</content>
</entry>
<entry>
<title>FILE: fix CURLOPT_NOBODY and CURLOPT_HEADER output</title>
<updated>2018-10-08T06:35:40+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2018-10-04T21:53:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=e50a2002bd450a4800a165d2874ed79c95b33a07'/>
<id>e50a2002bd450a4800a165d2874ed79c95b33a07</id>
<content type='text'>
Now FILE transfers send headers to the header callback like HTTP and
other protocols. Also made curl_easy_getinfo(...CURLINFO_PROTOCOL...)
work for FILE in the callbacks.

Makes "curl -i file://.." and "curl -I file://.." work like before
again. Applied the bold header logic to them too.

Regression from c1c2762 (7.61.0)

Reported-by: Shaun Jackman
Fixes #3083
Closes #3101
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now FILE transfers send headers to the header callback like HTTP and
other protocols. Also made curl_easy_getinfo(...CURLINFO_PROTOCOL...)
work for FILE in the callbacks.

Makes "curl -i file://.." and "curl -I file://.." work like before
again. Applied the bold header logic to them too.

Regression from c1c2762 (7.61.0)

Reported-by: Shaun Jackman
Fixes #3083
Closes #3101
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: add keywords to the last 7 tests lacking them</title>
<updated>2014-04-03T09:06:24+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2014-04-03T09:06:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=1432b22e621afe7f466e3d7deef31699aedb6271'/>
<id>1432b22e621afe7f466e3d7deef31699aedb6271</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>query-part: ignore the URI part for given protocols</title>
<updated>2011-11-24T22:31:19+00:00</updated>
<author>
<name>Jonas Schnelli</name>
<email>jonas.schnelli@include7.ch</email>
</author>
<published>2011-11-24T22:28:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=2c905fd1f8200349667dc990a17daf37214700bf'/>
<id>2c905fd1f8200349667dc990a17daf37214700bf</id>
<content type='text'>
By setting PROTOPT_NOURLQUERY in the protocol handler struct, the
protocol will get the "query part" of the URL cut off before the data is
handled by the protocol-specific code. This makes libcurl adhere to
RFC3986 section 2.2.

Test 1220 is added to verify a file:// URL with query-part.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
By setting PROTOPT_NOURLQUERY in the protocol handler struct, the
protocol will get the "query part" of the URL cut off before the data is
handled by the protocol-specific code. This makes libcurl adhere to
RFC3986 section 2.2.

Test 1220 is added to verify a file:// URL with query-part.
</pre>
</div>
</content>
</entry>
</feed>
