Searched refs:bodyReadMsg (Results 1 – 1 of 1) sorted by relevance
344 …bodyReadCh: make(chan bodyReadMsg), // buffering doesn't matter either way459 bodyReadCh chan bodyReadMsg // from handlers -> serve2126 type bodyReadMsg struct { struct2138 case sc.bodyReadCh <- bodyReadMsg{st, n}: