MCPcopy Create free account
hub / github.com/esrrhs/spp / processCloseFrame

Method processCloseFrame

proxy/inputer.go:106–116  ·  view source on GitHub ↗
(f *ProxyFrame)

Source from the content-addressed store, hash-verified

104}
105
106func (i *Inputer) processCloseFrame(f *ProxyFrame) {
107 id := f.CloseFrame.Id
108 v, ok := i.sonny.Load(id)
109 if !ok {
110 loggo.Info("Inputer processCloseFrame no sonnny %s", f.CloseFrame.Id)
111 return
112 }
113
114 sonny := v.(*ProxyConn)
115 sonny.sendch.Write(f)
116}
117
118func (i *Inputer) processOpenRspFrame(f *ProxyFrame) {
119 id := f.OpenRspFrame.Id

Callers 2

processCloseMethod · 0.45
processCloseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected