Fixed an out of memory handling issue with HTTP pipelines.

This commit is contained in:
Dan Fandrich
2007-05-02 19:13:56 +00:00
parent acc4868b78
commit 9f72db13c4
3 changed files with 36 additions and 30 deletions

View File

@@ -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,