Done returns when proxy has been closed.
()
| 54 | Ready() <-chan struct{} |
| 55 | // Done returns when proxy has been closed. |
| 56 | Done() <-chan struct{} |
| 57 | // Error sends errors while serving proxy. |
| 58 | Error() <-chan error |
| 59 | // Close closes listener and transport. |
no outgoing calls