rdmenezes / wvstreams

Automatically exported from code.google.com/p/wvstreams
0 stars 0 forks source link

Enable pipeline test to be disabled in WvHTTPPool #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently, every time WvHTTPPool does a request, it checks for pipelining.
There should be a bool to toggle this behaviour in situations where you
either don't care, or shouldn't use random checks to strange URLs that
freak out security administrators of large systems :)

Of course, it could default to the current behaviour.

Original issue reported on code.google.com by ppatt...@gmail.com on 16 Sep 2008 at 9:05

GoogleCodeExporter commented 9 years ago
You can do this right now:

WvHttpStream::global_enable_pipelining = false;

I'll make this the default for pathfinder.

Original comment by wrl...@gmail.com on 8 Oct 2008 at 6:55