]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Use 'GET' method instaed of 'HEAD', since some proxy server doesn't work
authormatusita <matusita@FreeBSD.org>
Sun, 25 Nov 2001 00:50:57 +0000 (00:50 +0000)
committermatusita <matusita@FreeBSD.org>
Sun, 25 Nov 2001 00:50:57 +0000 (00:50 +0000)
commit787cdbfd7861a2edd1f7837f2b17bea107e0e86a
tree273ab8e1d2eb9d95ad62ac60578703eaae25c379
parent5dd8a717015f9ceefd53f2e125bf9bde0e869608
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