src/ai/paraFlow/runtime/fileLib.c 1.21

1.21 2009/10/20 22:32:01 galt
keep http request together
Index: src/ai/paraFlow/runtime/fileLib.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/ai/paraFlow/runtime/fileLib.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -b -B -U 4 -r1.20 -r1.21
--- src/ai/paraFlow/runtime/fileLib.c	8 Mar 2006 01:46:20 -0000	1.20
+++ src/ai/paraFlow/runtime/fileLib.c	20 Oct 2009 22:32:01 -0000	1.21
@@ -421,9 +421,9 @@
 _pf_nil_check(agent);
 
 /* Do the real work of opening network connection and saving
  * result on return stack. */
-fd = netHttpConnect(url->s, method->s, agent->s, protocol->s);
+fd = netHttpConnect(url->s, method->s, agent->s, protocol->s, NULL);
 stack[0].v = fileFromFILE(mustFdopen(fd, url->s, "r+"), url);
 
 /* Clean up input, except for URL which got moved to file. */
 if (--method->_pf_refCount <= 0)