• Home
  • Raw
  • Download

Lines Matching refs:pipelining

1149 - Lots of good work by Krister Johansen, mostly related to pipelining:
2179 pipelining, as libcurl could then easily get confused and A) work on the
2342 function's eagerness to re-use a handle for HTTP pipelining so it would
2722 - Dmitry Kurochkin patched a problem: I have found bug in pipelining through
2730 pipe if pipelining is not supported by server but there are no handles in
3332 multi interface with pipelining enabled as it would wrongly check for,
3423 the curl_multi_socket() API with HTTP pipelining enabled and could lead to
3452 o with pipelining disabled, the state should never be set to WAITDO but
3889 - Dmitry Kurochkin cleaned up the pipelining code and removed the need for and
3906 the SingleRequest one to make pipelining better. It is a bit tricky to keep
3911 - Dmitry Kurochkin fixed Curl_done() for pipelining, as it could previously
3921 pipelining. Broken connection is not restored and we get into infinite
3946 - Dmitry Kurochkin removed the cancelled state for pipelining, as we agreed
5208 easy handle that isn't used for pipelining.
5282 - Ravi Pratap provided some fixes for HTTP pipelining
5407 not pipelining: pipeLen is zero, so the (pipeLen > 0 && !canPipeline) is
5488 - Ravi Pratap provided work on libcurl making pipelining more robust and
5492 o Fixed several curl bugs with pipelining when the server is returning
5682 pipelining case. That is now only activated for pipelined transfers. In
5725 Fix: During the "Major overhaul introducing http pipelining support and
5891 - Ravi Pratap provided a major update with pipelining fixes. We also no longer
5892 re-use connections (for pipelining) before the name resolving is done.
5956 case 535 and it now runs fine. Again a problem with the pipelining code not