File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 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) {
15911591 log .Printf ("http2: header list too large" )
15921592 }
15931593 // 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.
15951595 return nil , ConnectionError (ErrCodeProtocol )
15961596 }
15971597
@@ -1603,7 +1603,7 @@ func (fr *Framer) readMetaFrame(hf *HeadersFrame) (*MetaHeadersFrame, error) {
16031603 log .Printf ("http2: invalid header: %v" , invalid )
16041604 }
16051605 // 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.
16071607 return nil , ConnectionError (ErrCodeProtocol )
16081608 }
16091609
You can’t perform that action at this time.
0 commit comments