HTTP log file: trans_depth nit

Hi,

the documentation says about the trans_depth column in the http.log:

"This represents the pipelined depth into the connection of this request/response transaction."

However, I don't known whether "pipelined" might be misleading here, because this field also counts "persistent" connections.

Don't know what else to call it though :frowning:

cu
Gregor

You're right, that's a bad description. The actual field name works fairly well though. What about something like this:

"This represents the ordinal value of the request into the connection for persistent or pipelined requests."

  .Seth