Re: [PATCH] [MINOR] Collect & provide http response codes received from servers

From: Willy Tarreau <w#1wt.eu>
Date: Wed, 14 Oct 2009 06:34:45 +0200


Hi Krzysztof,

(responding quickly because I must leave in a few minutes)

I like this. However, the 1xx field is useless because that is not a final response, but an intermediate one. If a server responds 1xx, it will also respond something else, and it will be very confusing if we count more response codes than connections.

You can put the code to get the status after the place where we goto next_response. Since this one branches on 1xx, you will not have that code there.

Regards,
Willy Received on 2009/10/14 06:34

This archive was generated by hypermail 2.2.0 : 2009/10/14 06:45 CEST