]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Use 'GET' method instaed of 'HEAD', since some proxy server doesn't work
authorMakoto Matsushita <matusita@FreeBSD.org>
Sun, 25 Nov 2001 00:50:57 +0000 (00:50 +0000)
committerMakoto Matsushita <matusita@FreeBSD.org>
Sun, 25 Nov 2001 00:50:57 +0000 (00:50 +0000)
commit34e80be88b0f2b03df7b70ce1c0b309d02297885
tree273ab8e1d2eb9d95ad62ac60578703eaae25c379
parenta48060a2f7bd6a89bfb4be6fce05185903128fa0
Use 'GET' method instaed of 'HEAD', since some proxy server doesn't work
with 'HEAD' method.

Actually, when http.c was born, it used 'GET' method.  This was changed
with revision 1.4 (which was submitted as PR: 21449).  I've confirmed
to Philipp Mergenthaler <philipp.mergenthaler@stud.uni-karlsruhe.de>,
the submitter of PR: 21449, and it's absolutely OK that we can use
GET method.

Add missing 'FreeBSD' tag, and copyright notice.  This file is originally
submitted by PR: 11316; I've contacted to the PR originator to submit it.

PR: 32238
Submitted by: Christoph Weber-Fahr <christoph.weber-fahr@arcor.de> (patch),
and Philipp Mergenthaler <un1i@rz.uni-karlsruhe.de> (copyright)
MFC after: 1 week
usr.sbin/sysinstall/http.c