File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1591,7 +1591,7 @@ func (fr *Framer) readMetaFrame(hf *HeadersFrame) (*MetaHeadersFrame, error) {
1591
1591
log .Printf ("http2: header list too large" )
1592
1592
}
1593
1593
// It would be nice to send a RST_STREAM before sending the GOAWAY,
1594
- // but the struture of the server's frame writer makes this difficult.
1594
+ // but the structure of the server's frame writer makes this difficult.
1595
1595
return nil , ConnectionError (ErrCodeProtocol )
1596
1596
}
1597
1597
@@ -1603,7 +1603,7 @@ func (fr *Framer) readMetaFrame(hf *HeadersFrame) (*MetaHeadersFrame, error) {
1603
1603
log .Printf ("http2: invalid header: %v" , invalid )
1604
1604
}
1605
1605
// It would be nice to send a RST_STREAM before sending the GOAWAY,
1606
- // but the struture of the server's frame writer makes this difficult.
1606
+ // but the structure of the server's frame writer makes this difficult.
1607
1607
return nil , ConnectionError (ErrCodeProtocol )
1608
1608
}
1609
1609
You can’t perform that action at this time.
0 commit comments