Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有将标头写入 fastcgi outstream 的代码。如果写入主体失败,我想尝试写入指示故障模式的新标头,而不发送原始标头。
顺便说一句,这是在 C 中。
我怎样才能“取消” FCGX_PutStr() ?
干杯
行,
您不能直接清除流。
您必须使用 FCGX_FreeStream(reqDataPtr->out) 释放流;
您必须使用 reqDataPtr->out = NewWriter(reqDataPtr, 8192, FCGI_STDOUT); 创建一个新流