<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/curl.git/tests/server, 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>configure: remove use of RETSIGTYPE</title>
<updated>2021-04-07T14:01:05+00:00</updated>
<author>
<name>Michael Forney</name>
<email>mforney@mforney.org</email>
</author>
<published>2021-04-07T09:37:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=812fce9dcfaf26f62b8bfb83ee51b43f83c5291f'/>
<id>812fce9dcfaf26f62b8bfb83ee51b43f83c5291f</id>
<content type='text'>
This was previously defined by the obsolete AC_TYPE_SIGNAL macro,
which was removed in 2682e5f5. The deprecation text says

&gt; Your code may safely assume C89 semantics that RETSIGTYPE is void.

So, remove it and just use void instead.

Closes #6861
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was previously defined by the obsolete AC_TYPE_SIGNAL macro,
which was removed in 2682e5f5. The deprecation text says

&gt; Your code may safely assume C89 semantics that RETSIGTYPE is void.

So, remove it and just use void instead.

Closes #6861
</pre>
</div>
</content>
</entry>
<entry>
<title>copyright: update copyright year ranges to 2021</title>
<updated>2021-03-27T22:00:14+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2021-03-27T11:52:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=85e6975643fe52d6c4152969e2353f3ab8ea4554'/>
<id>85e6975643fe52d6c4152969e2353f3ab8ea4554</id>
<content type='text'>
Reviewed-by: Emil Engler
Closes #6802
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-by: Emil Engler
Closes #6802
</pre>
</div>
</content>
</entry>
<entry>
<title>server: remove redundant condition</title>
<updated>2021-02-10T15:47:34+00:00</updated>
<author>
<name>Marcel Raad</name>
<email>Marcel.Raad@teamviewer.com</email>
</author>
<published>2021-02-07T10:45:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=1636076e70067dbe03540c5c22ca86ac176c3391'/>
<id>1636076e70067dbe03540c5c22ca86ac176c3391</id>
<content type='text'>
`end` is always non-null here.

Closes https://github.com/curl/curl/pull/6576
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`end` is always non-null here.

Closes https://github.com/curl/curl/pull/6576
</pre>
</div>
</content>
</entry>
<entry>
<title>mqttd: remove unused variable</title>
<updated>2021-02-10T15:47:21+00:00</updated>
<author>
<name>Marcel Raad</name>
<email>Marcel.Raad@teamviewer.com</email>
</author>
<published>2021-02-06T10:46:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=cc9c4e0f4e2f665b793be021e926401564429a68'/>
<id>cc9c4e0f4e2f665b793be021e926401564429a68</id>
<content type='text'>
Closes https://github.com/curl/curl/pull/6576
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes https://github.com/curl/curl/pull/6576
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: reduce variable scopes</title>
<updated>2021-02-10T15:47:09+00:00</updated>
<author>
<name>Marcel Raad</name>
<email>Marcel.Raad@teamviewer.com</email>
</author>
<published>2021-02-06T10:30:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=4c02d003ff581166d8adf43cd1606eaa4ace945d'/>
<id>4c02d003ff581166d8adf43cd1606eaa4ace945d</id>
<content type='text'>
Closes https://github.com/curl/curl/pull/6576
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes https://github.com/curl/curl/pull/6576
</pre>
</div>
</content>
</entry>
<entry>
<title>tests/server: Bump MAX_TAG_LEN to 200</title>
<updated>2021-02-09T07:16:40+00:00</updated>
<author>
<name>Fabian Keil</name>
<email>fk@fabiankeil.de</email>
</author>
<published>2021-01-20T11:32:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=461e3ef680deefacf874f645d9140a96efc9c5a5'/>
<id>461e3ef680deefacf874f645d9140a96efc9c5a5</id>
<content type='text'>
This is useful for tests containing HTML inside of &lt;data&gt; sections.
For &lt;img&gt; tags it's not uncommon to be longer than the previous
limit of 79 bytes.

An example of a previously problem-causing tag is:
&lt;img src="http://config.privoxy.org/send-banner?type=auto" border="0" title="Killed-http://www.privoxy.org/images/privoxy.png-by-size" width="88" height="31"&gt;
which is needed for a Privoxy test for the banners-by-size filter.

Previously it caused server failures like:
12:29:05.786961 ====&gt; Client connect
12:29:05.787116 accept_connection 3 returned 4
12:29:05.787194 accept_connection 3 returned 0
12:29:05.787285 Read 119 bytes
12:29:05.787345 Process 119 bytes request
12:29:05.787407 Got request: GET /banners-by-size/9 HTTP/1.1
12:29:05.787464 Requested test number 9 part 0
12:29:05.787686 getpart() failed with error: -2
12:29:05.787744 - request found to be complete (9)
12:29:05.787912 getpart() failed with error: -2
12:29:05.788048 Wrote request (119 bytes) input to log/server.input
12:29:05.788157 Send response test9 section &lt;data&gt;
12:29:05.788443 getpart() failed with error: -2
12:29:05.788498 instructed to close connection after server-reply
12:29:05.788550 ====&gt; Client disconnect 0
12:29:05.871448 exit_signal_handler: 15
12:29:05.871714 signalled to die
12:29:05.872040 ========&gt; IPv4 sws (port 21108 pid: 51758) exits with signal (15)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is useful for tests containing HTML inside of &lt;data&gt; sections.
For &lt;img&gt; tags it's not uncommon to be longer than the previous
limit of 79 bytes.

An example of a previously problem-causing tag is:
&lt;img src="http://config.privoxy.org/send-banner?type=auto" border="0" title="Killed-http://www.privoxy.org/images/privoxy.png-by-size" width="88" height="31"&gt;
which is needed for a Privoxy test for the banners-by-size filter.

Previously it caused server failures like:
12:29:05.786961 ====&gt; Client connect
12:29:05.787116 accept_connection 3 returned 4
12:29:05.787194 accept_connection 3 returned 0
12:29:05.787285 Read 119 bytes
12:29:05.787345 Process 119 bytes request
12:29:05.787407 Got request: GET /banners-by-size/9 HTTP/1.1
12:29:05.787464 Requested test number 9 part 0
12:29:05.787686 getpart() failed with error: -2
12:29:05.787744 - request found to be complete (9)
12:29:05.787912 getpart() failed with error: -2
12:29:05.788048 Wrote request (119 bytes) input to log/server.input
12:29:05.788157 Send response test9 section &lt;data&gt;
12:29:05.788443 getpart() failed with error: -2
12:29:05.788498 instructed to close connection after server-reply
12:29:05.788550 ====&gt; Client disconnect 0
12:29:05.871448 exit_signal_handler: 15
12:29:05.871714 signalled to die
12:29:05.872040 ========&gt; IPv4 sws (port 21108 pid: 51758) exits with signal (15)
</pre>
</div>
</content>
</entry>
<entry>
<title>misc: assorted typo fixes</title>
<updated>2020-12-26T22:54:25+00:00</updated>
<author>
<name>XhmikosR</name>
<email>xhmikosr@gmail.com</email>
</author>
<published>2020-12-25T05:52:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=aadc75626bbe84db3b67a030ce5b72259cb856ac'/>
<id>aadc75626bbe84db3b67a030ce5b72259cb856ac</id>
<content type='text'>
Closes #6375
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #6375
</pre>
</div>
</content>
</entry>
<entry>
<title>tests/mqttd: extract the client id from the correct offset</title>
<updated>2020-12-17T09:15:31+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-12-17T09:15:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=30fc1cc7dbab5ec1fba3105f3563b86497916b2e'/>
<id>30fc1cc7dbab5ec1fba3105f3563b86497916b2e</id>
<content type='text'>
Closes #6334
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #6334
</pre>
</div>
</content>
</entry>
<entry>
<title>tests/server/disabled: add "wakeup"</title>
<updated>2020-12-11T16:42:17+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-12-11T08:05:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=769a4687dfc65f953daf70a210babad438a0cf17'/>
<id>769a4687dfc65f953daf70a210babad438a0cf17</id>
<content type='text'>
To allow the test suite to know if wakeup support is disabled in the
build.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To allow the test suite to know if wakeup support is disabled in the
build.
</pre>
</div>
</content>
</entry>
<entry>
<title>tests/server/tftpd.c: close upload file in case of abort</title>
<updated>2020-11-28T18:19:18+00:00</updated>
<author>
<name>Marc Hoersken</name>
<email>info@marc-hoersken.de</email>
</author>
<published>2020-11-24T19:49:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=227daceabe7a8acd411cb8220d1b67d0d920bfc6'/>
<id>227daceabe7a8acd411cb8220d1b67d0d920bfc6</id>
<content type='text'>
Commit c353207 removed the closing right after do_tftp
which covered the case of abort. This handles that case.

Reviewed-by: Jay Satiro
Reviewed-by: Daniel Stenberg

Follow up to #6209
Closes #6234
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Commit c353207 removed the closing right after do_tftp
which covered the case of abort. This handles that case.

Reviewed-by: Jay Satiro
Reviewed-by: Daniel Stenberg

Follow up to #6209
Closes #6234
</pre>
</div>
</content>
</entry>
</feed>
