aboutsummaryrefslogtreecommitdiff
path: root/lib/url.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-10-09 06:58:05 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-10-09 06:58:05 +0000
commita1de9367ecc17ae1d77e46b76fb1aba6c9f3ccb2 (patch)
tree93b73d1132cd1fd9bf234cb5989b5fb9f5fb8712 /lib/url.h
parenteceb37bde2a0a5ce6be3a141d8d420be28a12fa0 (diff)
downloadgnurl-a1de9367ecc17ae1d77e46b76fb1aba6c9f3ccb2.tar.gz
gnurl-a1de9367ecc17ae1d77e46b76fb1aba6c9f3ccb2.tar.bz2
gnurl-a1de9367ecc17ae1d77e46b76fb1aba6c9f3ccb2.zip
Bogdan Nicula's second test case (posted Sun, 08 Oct 2006) converted to test
case 535 and it now runs fine. Again a problem with the pipelining code not taking all possible (error) conditions into account.
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 e1754c333..83706fd73 100644
--- a/lib/url.h
+++ b/lib/url.h
@@ -64,8 +64,8 @@ int Curl_doing_getsock(struct connectdata *conn,
void Curl_addHandleToPipeline(struct SessionHandle *handle,
struct curl_llist *pipe);
-void Curl_removeHandleFromPipeline(struct SessionHandle *handle,
- struct curl_llist *pipe);
+int Curl_removeHandleFromPipeline(struct SessionHandle *handle,
+ struct curl_llist *pipe);
bool Curl_isHandleAtHead(struct SessionHandle *handle,
struct curl_llist *pipe);