]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[BUG] debug: wrong pointer was used to report a status line
authorWilly Tarreau <w@1wt.eu>
Mon, 7 Jun 2010 11:57:32 +0000 (13:57 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 7 Jun 2010 20:43:55 +0000 (22:43 +0200)
commit1ba0e5f4510bb9917699019d02eff315d9497006
treeb2a40bcc1b43e15a506a0f04c6060cac626d314e
parent4098aabbb15ffaf48af10a9c8f366f29e9522327
[BUG] debug: wrong pointer was used to report a status line

This would only be wrong when the server has not completely responded yet.
Fix two other occurrences of wrong rsp<->sl associations which were harmless
but wrong anyway.
src/proto_http.c