Docs updates

This commit is contained in:
Vinothkumar 2025-08-18 14:13:54 +00:00
parent 4aa736c0ae
commit 99675c3586
1 changed files with 2 additions and 3 deletions

View File

@ -3126,9 +3126,8 @@ func (s) TestServerSendsRSTAfterDeadlineToMisbehavedClient(t *testing.T) {
}
}
// TestClientTransport_Handle1xxHeaders validates that 1xx HTTP status
// headers are ignored unless END_STREAM is also set, which results in a
// protocol error.
// TestClientTransport_Handle1xxHeaders validates that 1xx HTTP status headers
// are ignored and treated as a protocol error if END_STREAM is set.
func (s) TestClientTransport_Handle1xxHeaders(t *testing.T) {
testStream := func() *ClientStream {
return &ClientStream{