()
| 162 | } |
| 163 | |
| 164 | func (mr *msgReader) flateContextTakeover() bool { |
| 165 | if mr.c.client { |
| 166 | return !mr.c.copts.serverNoContextTakeover |
| 167 | } |
| 168 | return !mr.c.copts.clientNoContextTakeover |
| 169 | } |
| 170 | |
| 171 | func (c *Conn) readRSV1Illegal(h header) bool { |
| 172 | // If compression is disabled, rsv1 is illegal. |
no outgoing calls
no test coverage detected