<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libfetch/http.c, branch release/6.0.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F6.0.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F6.0.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2005-11-03T00:35:26Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2005-11-03T00:35:26Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2005-11-03T00:35:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3640cb54210edbb7edbf1b12ef0127ecfcea967d'/>
<id>urn:sha1:3640cb54210edbb7edbf1b12ef0127ecfcea967d</id>
<content type='text'>
'RELENG_6_0_0_RELEASE'.

This commit was manufactured to restore the state of the 6.0-RELEASE image.
</content>
</entry>
<entry>
<title>Set the TCP_NODELAY socket option and clear TCP_NOPUSH in order to flush</title>
<updated>2005-03-02T19:09:28Z</updated>
<author>
<name>Kelly Yancey</name>
<email>kbyanc@FreeBSD.org</email>
</author>
<published>2005-03-02T19:09:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=448980e7042f277523d2f5d7a11e7c5e94e2fcbf'/>
<id>urn:sha1:448980e7042f277523d2f5d7a11e7c5e94e2fcbf</id>
<content type='text'>
any pending HTTP request rather than calling shutdown(2) with SHUT_WR.
This makes libfetch (and thus fetch(1)) work again with Squid proxies
configured to not allow half-closed connections.

Reported by:	Pawel Worach (pawel.worach AT telia DOT com)
</content>
</entry>
<entry>
<title>Set TCP_NOPUSH on HTTP requests, reducing the number of round-trips</title>
<updated>2005-02-16T00:22:20Z</updated>
<author>
<name>Kelly Yancey</name>
<email>kbyanc@FreeBSD.org</email>
</author>
<published>2005-02-16T00:22:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=20a2a51bc39969d728bff09b75b1ec7f0bc2541e'/>
<id>urn:sha1:20a2a51bc39969d728bff09b75b1ec7f0bc2541e</id>
<content type='text'>
necessary to establish each connection.

MFC after:	2 weeks
</content>
</entry>
<entry>
<title>Update copyright years.</title>
<updated>2004-09-21T18:35:21Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2004-09-21T18:35:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2cbbf9dac9829e7e3d2e1f150dc78901b67829ae'/>
<id>urn:sha1:2cbbf9dac9829e7e3d2e1f150dc78901b67829ae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't forget to allocate space for the terminating NUL when converting to</title>
<updated>2004-08-07T20:23:50Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2004-08-07T20:23:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=264a4c03fcc802281a3c9faaf72a509ae2ad7b94'/>
<id>urn:sha1:264a4c03fcc802281a3c9faaf72a509ae2ad7b94</id>
<content type='text'>
base 64.

PR:		misc/70022
Submitted by:	Herve Masson &lt;herve-bsdbt@mindstep.com&gt;
MFC after:	3 days
</content>
</entry>
<entry>
<title>Slight tweak to previous commit: don't forget to call _http_seterr() if</title>
<updated>2004-02-11T09:35:27Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2004-02-11T09:35:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4d3d90ad0a1c4c2692ea2a394007e53171115e98'/>
<id>urn:sha1:4d3d90ad0a1c4c2692ea2a394007e53171115e98</id>
<content type='text'>
we get a genuine 416 reply.
</content>
</entry>
<entry>
<title>When restarting a transfer that has already completed, the server will</title>
<updated>2004-02-11T09:31:39Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2004-02-11T09:31:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b5e12145468bf8a6f64609c4f789d628855c451b'/>
<id>urn:sha1:b5e12145468bf8a6f64609c4f789d628855c451b</id>
<content type='text'>
reply with a 416 error code (requested range not satisfiable) because
we ask it to start at the end of the file.  Handle this gracefully by
considering a 416 reply a success if the requested offset exactly
matches the length of the file and the requested length is zero.
</content>
</entry>
<entry>
<title>Re-wrap some comments.</title>
<updated>2004-02-11T09:23:35Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2004-02-11T09:23:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2576e45915eccf1f4348787f23c56b2624417256'/>
<id>urn:sha1:2576e45915eccf1f4348787f23c56b2624417256</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't dereference flags if NULL (see http.c rev 1.87)</title>
<updated>2003-03-29T15:15:38Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2003-03-29T15:15:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=762892c0475820d27be6c3e864b5ed6d9e4d331b'/>
<id>urn:sha1:762892c0475820d27be6c3e864b5ed6d9e4d331b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't parse the proxy URL unless we're actually going to use it.  No real</title>
<updated>2003-03-11T08:20:58Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2003-03-11T08:20:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b91d6074d447f2436e03f3930fa5e882a7240249'/>
<id>urn:sha1:b91d6074d447f2436e03f3930fa5e882a7240249</id>
<content type='text'>
functional difference, but debugging output will be less confusing.
</content>
</entry>
</feed>
