K 10 svn:author V 8 jmallett K 8 svn:date V 27 2002-06-26T17:09:27.000000Z K 7 svn:log V 532 On behalf of my mentor, MFC an improved[*] version of revision 1.19 of fetch.c, which supports HTTP/1.1 name-based virtual hosts when a proxy is not being used, and uses asprintf(3) to unlimit URL strings constructed when preparing to perform the request. PR: 30054 [*] - RELENG_4 doesn't have snprintf(3) checks like HEAD did, but I felt compelled to check for asprintf(3) failure where snprintf(3) was checked before revision 1.19. Additionally, I check now for http_buffer being set to NULL, which revision 1.19 failed to do. END