aboutsummaryrefslogtreecommitdiff
path: root/lib/url.h
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2007-05-02 19:13:56 +0000
committerDan Fandrich <dan@coneharvesters.com>2007-05-02 19:13:56 +0000
commit9f72db13c4608d57e8232f355e5b96335d2035f6 (patch)
treede9ff4e3178298dfa9aa8ae42760fd79135ed2f4 /lib/url.h
parentacc4868b78c6fa0c4d2aba6a4155d2a11fb173ee (diff)
downloadgnurl-9f72db13c4608d57e8232f355e5b96335d2035f6.tar.gz
gnurl-9f72db13c4608d57e8232f355e5b96335d2035f6.tar.bz2
gnurl-9f72db13c4608d57e8232f355e5b96335d2035f6.zip
Fixed an out of memory handling issue with HTTP pipelines.
Diffstat (limited to 'lib/url.h')
-rw-r--r--lib/url.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/url.h b/lib/url.h
index 4db324ad4..9f92e693b 100644
--- a/lib/url.h
+++ b/lib/url.h
@@ -62,8 +62,8 @@ int Curl_doing_getsock(struct connectdata *conn,
curl_socket_t *socks,
int numsocks);
-void Curl_addHandleToPipeline(struct SessionHandle *handle,
- struct curl_llist *pipe);
+CURLcode Curl_addHandleToPipeline(struct SessionHandle *handle,
+ struct curl_llist *pipe);
int Curl_removeHandleFromPipeline(struct SessionHandle *handle,
struct curl_llist *pipe);
bool Curl_isHandleAtHead(struct SessionHandle *handle,