MCPcopy Create free account
hub / github.com/ActiveState/code / recipe-576673.py

File recipe-576673.py

recipes/Python/576673_Python_HTTP_Pipelining/recipe-576673.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from httplib import HTTPConnection, _CS_IDLE
2import urlparse
3
4def pipeline(domain,pages,max_out_bound=4,debuglevel=0):

Callers

nothing calls this directly

Calls 2

pipelineFunction · 0.85
enumerateFunction · 0.50

Tested by

no test coverage detected