JosiahWI commented on issue #11621:
URL: 
https://github.com/apache/trafficserver/issues/11621#issuecomment-2256669264

   Thanks for questioning this. I went back and retested with this input:
   ```cpp
       uint8_t input[] = {// 1st frame (HEADERS)
                          0x01, 0x04, 0x11, 0x22, 0x33, 0x44,
                          // frame to ignore
                          0xbc, 0x02, 0xaa, 0xbb,
                          // 2nd frame (DATA)
                          0x00, 0x04, 0xaa, 0xbb, 0xcc, 0xdd,
                          // 3rd frame (incomplete)
                          0xff};
   ```
   
   We do actually read all the data as we should, but we count 0 frames.


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

Reply via email to