You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Avinash Uttav (JIRA)" <ji...@apache.org> on 2013/05/28 13:07:20 UTC

[jira] [Commented] (TS-1525) SPDY plugin will hang after several requests

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

Avinash Uttav commented on TS-1525:
-----------------------------------

Please forgive me for asking such a noob question. I m new to this .
Does this plugin implements server push ?
                
> SPDY plugin will hang after several requests
> --------------------------------------------
>
>                 Key: TS-1525
>                 URL: https://issues.apache.org/jira/browse/TS-1525
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Plugins
>            Reporter: Conan Wang
>            Assignee: James Peach
>             Fix For: 3.3.5
>
>
> In a spdy session, plugin will hang if reload the page several times in browser.
> Debug log:
> {code}
> (spdy.plugin) spdy_vconn_io:297 received 738 bytes
> (spdy.plugin) spdy_vconn_io:297 received 754 bytes
> (spdy.plugin) spdy_vconn_io:297 received 1442 bytes
> (spdy.plugin) spdy_vconn_io:297 received 1458 bytes
> ....repeat on each reload request....
> {code}
> Some debug info,  FYI:
> When hanging, at spdy.cc:204 consume_spdy_frame(), nbytes from TSIOBufferBlockReadStart will not grow. So (header.datalen <= (nbytes - spdy::message_header::size) can not pass test. 
> nbytes from TSIOBufferBlockReadStart is the available bytes of current block, which I think should get from TSIOBufferReaderAvail(io->input.reader). However, after replacing with TSIOBufferReaderAvail, other issues will raise: parsing request header will fail or crash when decompressing header.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira