()
| 258 | // Frames are only valid until the next call to Framer.ReadFrame. |
| 259 | type Frame interface { |
| 260 | Header() FrameHeader |
| 261 | |
| 262 | // invalidate is called by Framer.ReadFrame to make this |
| 263 | // frame's buffers as being invalid, since the subsequent |
no outgoing calls