| 1871 | } |
| 1872 | |
| 1873 | type newSessionTicketMsg struct { |
| 1874 | ticket []byte |
| 1875 | } |
| 1876 | |
| 1877 | func (m *newSessionTicketMsg) marshal() ([]byte, error) { |
| 1878 | // See RFC 5077, Section 3.3. |
nothing calls this directly
no outgoing calls
no test coverage detected