MCPcopy Index your code
hub / github.com/coder/websocket / flateContextTakeover

Method flateContextTakeover

read.go:164–169  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 3

resetFlateMethod · 0.95
ReadMethod · 0.95
newConnFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected