mirror of
https://github.com/golang/net.git
synced 2026-04-01 02:47:08 +09:00
fix unit test
This commit is contained in:
@@ -838,6 +838,8 @@ func afterHeadIM(p *parser) bool {
|
||||
return true
|
||||
case ErrorToken:
|
||||
// Stop parsing.
|
||||
p.parseImpliedToken(StartTagToken, a.Body, a.Body.String())
|
||||
p.framesetOK = true
|
||||
return true
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user