Dunkin, Nick
2018-06-15 14:48:47 UTC
Good morning,
Iâm running some load tests and Iâm seeing the following in the error.log.
20180615.09h25m11s RESPONSE: sent xx.xx.xx.xx status 502 (Connect Error <Success/0>) for 'http://MyServer:80/MyPath'
(Iâve removed my IP address and path from the above log entry, but that shouldnât matter for this question.)
Iâd like to understand the meaning of Connect Error <Success/0>. Specifically the Success/0 bit.
Looking in the code I see the following (in HttpTransact.cc):
snprintf(reason_buffer, buf_len, "Connect Error <%s/%d>", get_error_string(s->cause_of_death_errno), s->cause_of_death_errno);
(where s is of type State*)
So, cause_of_death_errno is clearly 0. Iâd like to understand what this means, can anyone direct me to some documentation or code?
This if 7.0.0
Iâm sure this is a legitimate issue with my Origin, not Traffic Server and Iâd just understand more about the error condition.
Many thanks,
Nick
Nick Dunkin
Principal Engineer
o: 678.258.4071
e: ***@curr.com<mailto:***@ccur.com>
4375 River Green Pkwy # 100, Duluth, GA 30096, USA
[/Users/nickd/Library/Containers/com.microsoft.Outlook/Data/Library/Caches/Signatures/signature_851612530]
Iâm running some load tests and Iâm seeing the following in the error.log.
20180615.09h25m11s RESPONSE: sent xx.xx.xx.xx status 502 (Connect Error <Success/0>) for 'http://MyServer:80/MyPath'
(Iâve removed my IP address and path from the above log entry, but that shouldnât matter for this question.)
Iâd like to understand the meaning of Connect Error <Success/0>. Specifically the Success/0 bit.
Looking in the code I see the following (in HttpTransact.cc):
snprintf(reason_buffer, buf_len, "Connect Error <%s/%d>", get_error_string(s->cause_of_death_errno), s->cause_of_death_errno);
(where s is of type State*)
So, cause_of_death_errno is clearly 0. Iâd like to understand what this means, can anyone direct me to some documentation or code?
This if 7.0.0
Iâm sure this is a legitimate issue with my Origin, not Traffic Server and Iâd just understand more about the error condition.
Many thanks,
Nick
Nick Dunkin
Principal Engineer
o: 678.258.4071
e: ***@curr.com<mailto:***@ccur.com>
4375 River Green Pkwy # 100, Duluth, GA 30096, USA
[/Users/nickd/Library/Containers/com.microsoft.Outlook/Data/Library/Caches/Signatures/signature_851612530]