[ 
https://issues.apache.org/jira/browse/DISPATCH-1779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17208269#comment-17208269
 ] 

ASF GitHub Bot commented on DISPATCH-1779:
------------------------------------------

grs commented on a change in pull request #858:
URL: https://github.com/apache/qpid-dispatch/pull/858#discussion_r499816630



##########
File path: src/adaptors/http1/http1_server.c
##########
@@ -712,6 +713,8 @@ static int _server_rx_response_cb(h1_codec_request_state_t 
*hrs,
            "[C%"PRIu64"][L%"PRIu64"] HTTP response received: status=%d 
phrase=%s version=%"PRIi32".%"PRIi32,
            hconn->conn_id, hconn->in_link_id, status_code, reason_phrase ? 
reason_phrase : "<NONE>",
            version_major, version_minor);
+    hreq->base.stop = qd_timer_now();

Review comment:
       Rats! I missed the start on the server in the refactoring... it should 
be in _create_request_context when the hreq is created.




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


> http stats/metrics
> ------------------
>
>                 Key: DISPATCH-1779
>                 URL: https://issues.apache.org/jira/browse/DISPATCH-1779
>             Project: Qpid Dispatch
>          Issue Type: Improvement
>            Reporter: Gordon Sim
>            Assignee: Gordon Sim
>            Priority: Major
>             Fix For: 1.15.0
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to