-
Sub-task
-
Resolution: Fixed
-
P4
-
21
-
b22
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8350027 | 21-pool-oracle | Weibing Xiao | P4 | Open | Unresolved |
Though the ExpectContinueTest could intermittently fail without the fix for JDK-8307648, it would be good to have some test case that fails reliably without this fix.
Additional test cases are needed notably for the following scenarios:
- server sends an informational status code 1xx in a HEADERS frame that has the END_STREAM flag
- server reset the stream after sending 1xx but before sending the final response (200) - both with error and NO_ERROR
- server reset the stream after sending the final response, both with error and NO_ERROR
Additional test cases are needed notably for the following scenarios:
- server sends an informational status code 1xx in a HEADERS frame that has the END_STREAM flag
- server reset the stream after sending 1xx but before sending the final response (200) - both with error and NO_ERROR
- server reset the stream after sending the final response, both with error and NO_ERROR
- backported by
-
JDK-8350027 HttpClient: Add more tests for 100 ExpectContinue with HTTP/2
-
- Open
-