Hi<div><br></div><div>I disabled automatic MIME header addition using the API &quot;vortex_profiles_set_automatic_mime&quot;. Now I am not able to send NUL frame to the remote peer.</div><div><br></div><div>I debugged vortex code to find the reason. Here is what I found out.</div>
<div>I invoke &quot;vortex_channel_finalize_ans_rpy&quot; API that internally invokes &quot;__vortex_channel_common_rpy&quot; with message size as zero, message as NULL and feeder also as NULL. Because automatic MIME header addition is disabled the following condition in &quot;__vortex_channel_common_rpy&quot; function fails.</div>
<div>&quot;if (feeder == NULL &amp;&amp; (message != NULL || data-&gt;message_size &gt; 0))&quot;</div><div>So it enters the ELSE where it finds that feeder is NULL. Hence the application crashes.</div><div><br></div><div>
Thanks</div><div>Subrahmanya</div>