Gnana Ramdev kotamraju <[EMAIL PROTECTED]> writes: > Can someone let me know what it means by the > Client-Response-Num > in a response header?
It just counts the number of messages processed on a single connection. The first message gets C-R-N of 1, the second get 2, etc. It's not terribly useful but it lets you easily verify that persistent connections works as expected. Regards, Gisle