]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MINOR] replace srv_close_with_err() with http_server_error()
authorWilly Tarreau <w@1wt.eu>
Sun, 30 Nov 2008 19:20:08 +0000 (20:20 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 30 Nov 2008 19:28:57 +0000 (20:28 +0100)
commit2d3d94cf23c11b6aef2a31cdc49562983136a546
treee1e6dd9895e48a9d9d86f3a7adde4439ce56b6f3
parentdded32defa35d73212f1d2adea30780e0bae9059
[MINOR] replace srv_close_with_err() with http_server_error()

The new function looks like the previous one except that it operates
at the stream interface level and assumes an already closed SI.

Also remove some old unused occurrences of srv_close_with_err().
include/proto/proto_http.h
src/backend.c
src/proto_http.c