From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Russ Cox" To: 9fans@cse.psu.edu Subject: Re: [9fans] lib9p MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20011218050023.630BF199ED@mail.cse.psu.edu> Date: Tue, 18 Dec 2001 00:00:13 -0500 Topicbox-Message-UUID: 38d156a4-eaca-11e9-9e20-41e7f4b1d025 Sure, that's okay. It does care about count afterward: the Req r sticks around until you call respond, at which point r->fcall.count gets used in the response. Russ