Hi Robert, On Sun, Dec 24, 2017 at 01:54:53AM +0000, Robin Anil wrote: > Hi WIlly, > > Most of the tests pass now in 1.8.2. However, the following test still > hangs in the --strict mode. > > > 2: Sends a large size DATA frame that exceeds the > SETTINGS_MAX_FRAME_SIZE
I'm sure I fixed it once but I'm also almost sure I removed the check when implementing support for processing partial DATA frames, which is stupid in fact as we still shouldn't allow any frame to be larger than the max frame size. I'll check again. I'm not worried anyway since in the worst case only non-compliant clients will face it (and those testing h2spec, which didn't hang for me for whatever reason I still have to figure). Thanks, Willy

