You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/03/09 23:55:40 UTC

[jira] [Commented] (TS-4267) HTTP/2 Updates to debugging

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

ASF GitHub Bot commented on TS-4267:
------------------------------------

GitHub user bryancall opened a pull request:

    https://github.com/apache/trafficserver/pull/522

    TS-4267: HTTP/2 Updates to debugging

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/bryancall/trafficserver TS-4267

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/trafficserver/pull/522.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #522
    
----
commit 03d01534f4c5dc13522c8e5be2c04f7e2a2c9642
Author: Bryan Call <br...@yahoo.com>
Date:   2016-03-09T22:47:07Z

    Merge pull request #1 from apache/master
    
    updates to fork

commit 11714a6b3abb21c0d9931916c8ff36c938f993a5
Author: Bryan Call <bc...@apache.org>
Date:   2016-03-09T22:54:11Z

    TS-4267: HTTP/2 Updates to debugging

----


> HTTP/2 Updates to debugging
> ---------------------------
>
>                 Key: TS-4267
>                 URL: https://issues.apache.org/jira/browse/TS-4267
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: HTTP/2
>            Reporter: Bryan Call
>            Assignee: Bryan Call
>             Fix For: 6.2.0
>
>
> Update flow control debugging and state of stream when destroying the stream (connection closing):'
> Updates to flow control information:
> {code}
> [Mar  9 14:35:02.688] Server {0x2b036d1ee700} DEBUG: <Http2ConnectionState.cc:548 (rcv_window_update_frame)> (http2_con) [39] [0] Received WINDOW_UPDATE frame - updated to: 10444774 delta: 10444774
> [Mar  9 14:35:02.689] Server {0x2b036d1ee700} DEBUG: <Http2ConnectionState.cc:586 (rcv_window_update_frame)> (http2_con) [39] [1] Received WINDOW_UPDATE frame - updated to: 1023341 delta: 1023341
> [Mar  9 14:35:02.689] Server {0x2b036d1ee700} DEBUG: <Http2ConnectionState.cc:957 (send_data_frame)> (http2_con) [39] [1] Send DATA frame - client window con: 10436591 stream: 1015158 payload: 8183
> [Mar  9 14:35:02.689] Server {0x2b036d1ee700} DEBUG: <Http2ConnectionState.cc:957 (send_data_frame)> (http2_con) [39] [1] Send DATA frame - client window con: 10428408 stream: 1006975 payload: 8183
> [Mar  9 14:35:02.689] Server {0x2b036d1ee700} DEBUG: <Http2ConnectionState.cc:957 (send_data_frame)> (http2_con) [39] [1] Send DATA frame - client window con: 10426271 stream: 1004838 payload: 2137
> [Mar  9 14:35:02.689] Server {0x2b036d1ee700} DEBUG: <Http2ConnectionState.cc:965 (send_data_frame)> (http2_con) [39] [1] End of DATA frame
> {code}
> Updates to stream states on destruction:
> {code}
> [Mar  9 14:40:39.632] Server {0x2ab6c593a700} DEBUG: <Http2Stream.h:50 (~Http2Stream)> (http2_stream) [1] state: HTTP2_STREAM_STATE_CLOSED
> [Mar  9 14:40:39.699] Server {0x2ab6c593a700} DEBUG: <Http2Stream.h:50 (~Http2Stream)> (http2_stream) [3] state: HTTP2_STREAM_STATE_CLOSED
> [Mar  9 14:40:39.779] Server {0x2ab6c629a700} DEBUG: <Http2Stream.h:50 (~Http2Stream)> (http2_stream) [5] state: HTTP2_STREAM_STATE_HALF_CLOSED_REMOTE
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)