(self, url)
| 422 | self.parser = httptools.HttpRequestParser(self) |
| 423 | |
| 424 | def on_url(self, url): |
| 425 | assert self.parser.should_upgrade() is False |
| 426 | |
| 427 | def on_headers_complete(self): |
| 428 | assert self.parser.should_upgrade() is True |
nothing calls this directly
no outgoing calls
no test coverage detected