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

Bryan Call edited comment on TS-3752 at 8/11/15 9:09 PM:
---------------------------------------------------------

What do you mean by can't break infinite loop?  Is 
https://github.com/apache/trafficserver/blob/master/proxy/http2/Http2ConnectionState.cc#L221
 the correct line?  Do you have a example of how to reproduce the infinite loop?

Without this fix it was breaking a lot of our sites, so this needs to be 
resolved quickly.  If you give me an example of how to reproduce it I can fix 
it.


was (Author: bcall):
What do you mean by can't break infinite loop?  Is 
https://github.com/apache/trafficserver/blob/master/proxy/http2/Http2ConnectionState.cc#L221
 the correct line?

> Problem with larger headers and HTTP/2
> --------------------------------------
>
>                 Key: TS-3752
>                 URL: https://issues.apache.org/jira/browse/TS-3752
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: HTTP/2
>            Reporter: Bryan Call
>            Assignee: Masaori Koshiba
>              Labels: yahoo
>             Fix For: 6.0.0
>
>
> There is a problem when ATS receives a HEADERS or CONTINUATION frame on the 
> HEADERS frame and there is no end of header to be decoded.  If there is 1 
> small header at the beginning of the frame it will work, but if a large 
> header either starts at the beginning of the frame or started on the previous 
> frame and don't end until the next frame then the decoded_bytes will be 0.  
> This will cause a COMPRESSION_ERROR to be send to the client with a GOAWAY 
> frame.



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

Reply via email to