Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Nov 2001 16:50:58 -0800 (PST)
From:      Makoto MATSUSHITA <matusita@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/sysinstall http.c
Message-ID:  <200111250050.fAP0owd26344@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
matusita    2001/11/24 16:50:58 PST

  Modified files:
    usr.sbin/sysinstall  http.c 
  Log:
  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
  
  Revision  Changes    Path
  1.6       +30 -1     src/usr.sbin/sysinstall/http.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200111250050.fAP0owd26344>