From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <025ce93115e8a93c181b1b0ea628b531@9netics.com> To: csant@csant.info, 9fans@cse.psu.edu Subject: Re: [9fans] Attached "noname" file Date: Fri, 6 Oct 2006 00:34:33 -0700 From: Skip Tavakkolian <9nut@9netics.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Cc: Topicbox-Message-UUID: c6c68784-ead1-11e9-9d60-3106f5b1d025 it's in marshal. cpu% grep -n Content-Disposition /sys/src/cmd/upas/*/*.c | grep ainline /sys/src/cmd/upas/marshal/marshal.c:389: Bprint(&out, "Content-Disposition: ainline\n"); /sys/src/cmd/upas/marshal/marshal.c:690: Bprint(out, "Content-Disposition: ainline\n"); > It's the > Content-Disposition: ainline > that breaks it, since this is an unknown Content-Disposition. I have > noticed it already several times, and kept meaning to ask about it. The > correct value should be > Content-Disposition: inline > How come several people do have this error? Is it a bug in acme?