<feed xmlns='http://www.w3.org/2005/Atom'>
<title>http-client/tests, branch 2.0</title>
<subtitle>Http-client is a highlevel HTTP client library written in pure Scheme.
</subtitle>
<id>https://code.more-magic.net/http-client/atom?h=2.0</id>
<link rel='self' href='https://code.more-magic.net/http-client/atom?h=2.0'/>
<link rel='alternate' type='text/html' href='https://code.more-magic.net/http-client/'/>
<updated>2024-09-13T17:50:03Z</updated>
<entry>
<title>Port http-client to CHICKEN 6</title>
<updated>2024-09-13T17:50:03Z</updated>
<author>
<name>Peter Bex</name>
<email>peter@more-magic.net</email>
</author>
<published>2024-09-13T17:50:03Z</published>
<link rel='alternate' type='text/html' href='https://code.more-magic.net/http-client/commit/?id=299eef8c087b48de8609f6b66d2d31d17dc0cc37'/>
<id>urn:sha1:299eef8c087b48de8609f6b66d2d31d17dc0cc37</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Check for closed ports when writing chunks and give a hint to the user</title>
<updated>2024-06-28T07:04:48Z</updated>
<author>
<name>Peter Bex</name>
<email>peter@more-magic.net</email>
</author>
<published>2024-06-28T07:04:48Z</published>
<link rel='alternate' type='text/html' href='https://code.more-magic.net/http-client/commit/?id=8f92a6c32da01150400261515d3a4aa8a6ac4470'/>
<id>urn:sha1:8f92a6c32da01150400261515d3a4aa8a6ac4470</id>
<content type='text'>
This makes it a bit more obvious what happened in cases like #1838,
reported by Woodrow E Douglass.

While at it, add some more test cases for this particular case, but
also for retry-attempts, as this is also affected when retry is
allowed for non-idempotent requests (which is pretty uncommon, but
possible)
</content>
</entry>
<entry>
<title>Allow raw string data instead of file for multipart content (#1838)</title>
<updated>2024-06-27T13:51:26Z</updated>
<author>
<name>Peter Bex</name>
<email>peter@more-magic.net</email>
</author>
<published>2024-06-27T13:50:55Z</published>
<link rel='alternate' type='text/html' href='https://code.more-magic.net/http-client/commit/?id=64563b82ae1ddc87900aebad34529516f34657f7'/>
<id>urn:sha1:64563b82ae1ddc87900aebad34529516f34657f7</id>
<content type='text'>
This allows one to pass in a filename for the data.
</content>
</entry>
<entry>
<title>Fix broken test for string ports</title>
<updated>2024-06-27T13:36:56Z</updated>
<author>
<name>Peter Bex</name>
<email>peter@more-magic.net</email>
</author>
<published>2024-06-27T13:36:56Z</published>
<link rel='alternate' type='text/html' href='https://code.more-magic.net/http-client/commit/?id=ff0aa990d5064b70f2bfa50f0f6f3b007048d6ff'/>
<id>urn:sha1:ff0aa990d5064b70f2bfa50f0f6f3b007048d6ff</id>
<content type='text'>
For some reason the hardcoded length was incorrect.  It makes more
sense to not hardcode it, as the exact value might differ depending on
the boundary etc.
</content>
</entry>
<entry>
<title>Try to determine multipart content length for string ports</title>
<updated>2022-03-15T07:08:46Z</updated>
<author>
<name>Peter Bex</name>
<email>peter@more-magic.net</email>
</author>
<published>2022-03-15T07:08:46Z</published>
<link rel='alternate' type='text/html' href='https://code.more-magic.net/http-client/commit/?id=a4c631332faaf7506f8cc9443c22deb7db2b4335'/>
<id>urn:sha1:a4c631332faaf7506f8cc9443c22deb7db2b4335</id>
<content type='text'>
This makes it slightly more reliable for certain servers which
absolutely require content length.

An alternative would be to have an explicit API for sending static
string contents.  This could be in addition to this approach, because
this should always be a net win.
</content>
</entry>
<entry>
<title>Fix tests with CHICKEN 5.0.2</title>
<updated>2019-05-05T09:33:26Z</updated>
<author>
<name>Peter Bex</name>
<email>peter@more-magic.net</email>
</author>
<published>2019-05-05T09:33:26Z</published>
<link rel='alternate' type='text/html' href='https://code.more-magic.net/http-client/commit/?id=0abb9e38f823b4c5c311f90868e010432a8976dd'/>
<id>urn:sha1:0abb9e38f823b4c5c311f90868e010432a8976dd</id>
<content type='text'>
Keywords can't be (ab)used as identifier anymore, so we can't bind
expression: with let-syntax.  Instead, simply use the plain symbol.
</content>
</entry>
<entry>
<title>Port http-client to CHICKEN 5</title>
<updated>2018-07-29T15:44:24Z</updated>
<author>
<name>Peter Bex</name>
<email>peter@more-magic.net</email>
</author>
<published>2018-07-29T15:41:25Z</published>
<link rel='alternate' type='text/html' href='https://code.more-magic.net/http-client/commit/?id=6cb4e437680c8095d4de922e77fdc32b09ccd08d'/>
<id>urn:sha1:6cb4e437680c8095d4de922e77fdc32b09ccd08d</id>
<content type='text'>
</content>
</entry>
</feed>
