IsPipeliningPossible: only for HTTP
authorDaniel Stenberg <daniel@haxx.se>
Mon, 13 Dec 2010 12:44:50 +0000 (13:44 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 13 Dec 2010 12:44:50 +0000 (13:44 +0100)
commita865bd9fbaaa43e5cbccb9f14d62fc346053c701
tree45cd1d311be6a40e6b1734c27c92119be2968502
parent0fd439ebaceed1ff049a4173e98da1ec2b8d0ed0
IsPipeliningPossible: only for HTTP

The function that checks if pipelining is possible now requires the HTTP
bit to be set so that it doesn't mistakenly tries to do it for other
protocols.

Bug: http://curl.haxx.se/mail/lib-2010-12/0152.html
Reported by: Dmitri Shubin
lib/url.c