src/hg/hgc/virusClick.c 1.8
1.8 2009/10/20 22:36:36 galt
keep http request together
Index: src/hg/hgc/virusClick.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgc/virusClick.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -b -B -U 4 -r1.7 -r1.8
--- src/hg/hgc/virusClick.c 15 Jun 2009 23:56:50 -0000 1.7
+++ src/hg/hgc/virusClick.c 20 Oct 2009 22:36:36 -0000 1.8
@@ -17,9 +17,9 @@
static void h1n1DownloadPdb(char *item, char *pdbUrl, struct tempName *tmpPdb)
/* uncompress PDB to trash */
{
-int inFd = netOpenHttpExt(pdbUrl, "GET", TRUE);
+int inFd = netOpenHttpExt(pdbUrl, "GET", NULL);
int inFdRedir = 0;
char *pdbUrlRedir = NULL;
if (!netSkipHttpHeaderLinesHandlingRedirect(inFd, pdbUrl, &inFdRedir, &pdbUrlRedir))
errAbort("Unable to access predicted 3D structure file: %s", pdbUrl);