Bug 57781 - disable reconnection after connection error
Summary: disable reconnection after connection error
Status: NEW
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: support (show other bugs)
Version: 2.4.12
Hardware: PC Linux
: P2 normal (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-31 01:02 UTC by Marcin Fabrykowski
Modified: 2015-03-31 01:03 UTC (History)
1 user (show)



Attachments
tcpdump (3.85 KB, text/plain)
2015-03-31 01:02 UTC, Marcin Fabrykowski
Details
patch to disable reconnection (1016 bytes, patch)
2015-03-31 01:03 UTC, Marcin Fabrykowski
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Marcin Fabrykowski 2015-03-31 01:02:37 UTC
Created attachment 32623 [details]
tcpdump

AB try to reconnect when connection failed.
I think it should rather inform only in result that there was a problem and don't reconnect.
When ab is used to test LVS where one node is down, communication looks like [attachment]
Comment 1 Marcin Fabrykowski 2015-03-31 01:03:13 UTC
Created attachment 32624 [details]
patch to disable reconnection