mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-16 00:14:31 +00:00
e07f8b5552
There is no connection reuse to avoid race conditions in HTTP reg-tests. But time to time, normalize_uri.vtc still report "HTTP header incomplete" error. It seems to be because HTTP keep-alive is still used at the session level. Thus when the same server section is used to handle multiple requests for the same client, via a "-repeat" statement, a new request for this client may be handled by HAProxy before the server is restarted. To avoid any trouble, HTTP keep-alive is disabled on the server side by adding "Connection: close" header in responses. It seems to be ok now. We let the CI decide. |
||
---|---|---|
.. | ||
1k.txt | ||
acl_cli_spaces.vtc | ||
agents.acl | ||
converters_ipmask_concat_strcmp_field_word.map | ||
converters_ipmask_concat_strcmp_field_word.vtc | ||
default_rules.vtc | ||
del_header.vtc | ||
except-forwardfor-originalto.vtc | ||
h1_to_h1c.vtc | ||
h1or2_to_h1c.vtc | ||
http_after_response.vtc | ||
http_return.vtc | ||
lf-file.txt | ||
map_redirect-be.map | ||
map_redirect.map | ||
map_redirect.vtc | ||
map_regm_with_backref.map | ||
map_regm_with_backref.vtc | ||
normalize_uri.vtc | ||
path_and_pathq.vtc | ||
strict_rw_mode.vtc |