Hi Hank,

On Tue, Jun 14, 2011 at 03:12:27AM -0700, Hank A. Paulson wrote:
> I can't see what I am missing here.
> Any help is appreciated
> 
> Jun 14 02:00:00 localhost haproxy[3052]: 10.101.1.2:2892 
> [14/Jun/2011:02:00:00.088] w wi/wi-9 35/111/-1/-1/146 503 212 W=9 - CQ-- 
> 202/202/27/18/0 1/0 {w.x.y.z|Mozilla/5.0 (Windows; U; Windows NT 5.1; 
> en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/1.0.11.4 
> Safari/534.7|1549|http://w.x.y.z/w/web/w.jsp?&ID=1&sid=42||lang=en; 
> auth=5/z/Z; W=9||} {} "POST /w/web/w.jsp?ID=1&sid=42 HTTP/1.1"

You're not missing anything, "CQ" means the client disconnected while
the request was waiting in the queue. The client aborted 111 ms after
his request went into the queue, and since you have "option abortonclose"
the request was never forwarded to the server.

Regards,
Willy


Reply via email to