[
https://issues.apache.org/jira/browse/DISPATCH-2268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17436493#comment-17436493
]
ASF GitHub Bot commented on DISPATCH-2268:
------------------------------------------
ganeshmurthy commented on a change in pull request #1408:
URL: https://github.com/apache/qpid-dispatch/pull/1408#discussion_r739819083
##########
File path: src/adaptors/http1/http1_client.c
##########
@@ -463,7 +474,7 @@ static void _handle_connection_events(pn_event_t *e,
qd_server_t *qd_server, voi
break;
}
case PN_RAW_CONNECTION_DISCONNECTED: {
- qd_log(log, QD_LOG_INFO, "[C%"PRIu64"] Disconnected", hconn->conn_id);
+ qd_log(log, QD_LOG_INFO, "[C%"PRIu64"] HTTP/1.x client disconnected",
hconn->conn_id);
Review comment:
it says "client" disconnected. Can the "server" not disconnect ?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
> HTTP/1.x: incorrectly logs connection close as an error
> -------------------------------------------------------
>
> Key: DISPATCH-2268
> URL: https://issues.apache.org/jira/browse/DISPATCH-2268
> Project: Qpid Dispatch
> Issue Type: Bug
> Components: Protocol Adaptors
> Affects Versions: 1.17.0
> Reporter: Ken Giusti
> Assignee: Ken Giusti
> Priority: Major
> Labels: HTTP/1.x
> Fix For: 1.18.0
>
>
> When running aclient load the adaptor frequently generates
> HTTP_ADAPTOR (error) [C4201] Connection closing: Connection: close
> For what seems like normal connection close handling
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]