commit | 2d3d94cf23c11b6aef2a31cdc49562983136a546 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Nov 30 20:20:08 2008 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sun Nov 30 20:28:57 2008 +0100 |
tree | e1e6dd9895e48a9d9d86f3a7adde4439ce56b6f3 | |
parent | dded32defa35d73212f1d2adea30780e0bae9059 [diff] |
[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().