(self, f, protocol_version)
| 473 | self.response = response |
| 474 | |
| 475 | def send_body(self, f, protocol_version): |
| 476 | write_longstring(f, self.response) |
| 477 | |
| 478 | |
| 479 | class AuthSuccessMessage(_MessageType): |
nothing calls this directly
no test coverage detected