24 debugs(33, 3,
"Pipeline " << (
void*)
this <<
" add request " <<
nrequests <<
' ' << c);
31 debugs(33, 3,
"Pipeline " << (
void*)
this <<
" empty");
35 debugs(33, 3,
"Pipeline " << (
void*)
this <<
" front " <<
requests.front());
43 debugs(33, 3,
"Pipeline " << (
void*)
this <<
" empty");
47 debugs(33, 3,
"Pipeline " << (
void*)
this <<
" back " <<
requests.back());
57 debugs(33, 3,
"Pipeline " << (
void*)
this <<
" drop " <<
requests.front());
Http::StreamPointer front() const
get the first request context in the pipeline
void add(const Http::StreamPointer &)
register a new request context to the pipeline
void popMe(const Http::StreamPointer &)
deregister the front request from the pipeline
Http::StreamPointer back() const
get the last request context in the pipeline
std::list< Http::StreamPointer > requests
requests parsed from the connection but not yet completed.
#define debugs(SECTION, LEVEL, CONTENT)
RefCount< Http::Stream > StreamPointer