GetGoAwayReason returns the reason why GoAway frame was received, along with a human readable string with debug info.
()
| 640 | // GetGoAwayReason returns the reason why GoAway frame was received, along |
| 641 | // with a human readable string with debug info. |
| 642 | GetGoAwayReason() (GoAwayReason, string) |
| 643 | |
| 644 | // Peer returns information about the peer associated with the Transport. |
| 645 | // The returned information includes authentication and network address details. |
no outgoing calls