[Bug 58659] Http2Parser.readFrame() hanging on an unconditional blocking read (TestHttp2Section_5_3 test)

2015-12-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58659 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug 58659] Http2Parser.readFrame() hanging on an unconditional blocking read (TestHttp2Section_5_3 test)

2015-12-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58659 --- Comment #2 from Mark Thomas --- I've found the problem. There is a deadlock. I'm working on a fix. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 58659] Http2Parser.readFrame() hanging on an unconditional blocking read (TestHttp2Section_5_3 test)

2015-12-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58659 --- Comment #1 from Mark Thomas --- The root cause analysis here is wrong. Data is not buffered in the Http2Parser, it is buffered in the SocketWrapper so the call to input.fill() in parser.readFrame() is correct. Further analysis is required

[Bug 58659] Http2Parser.readFrame() hanging on an unconditional blocking read (TestHttp2Section_5_3 test)

2015-11-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58659 Konstantin Kolinko changed: What|Removed |Added OS||All Summary|Http2Parse