The server committed a protocol violation. Section=ResponseHeader Detail=CR must be followed by LF(示

Posted wmg494005678

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了The server committed a protocol violation. Section=ResponseHeader Detail=CR must be followed by LF(示相关的知识,希望对你有一定的参考价值。

打开表单偶尔会出现这个提示,解决方法:

web.config增加配置:

 

<configuration> 
    <system.net> 
        <settings> 
            <httpWebRequest useUnsafeHeaderParsing="true" /> 
        </settings> 
    </system.net> 
</configuration>

 

以上是关于The server committed a protocol violation. Section=ResponseHeader Detail=CR must be followed by LF(示的主要内容,如果未能解决你的问题,请参考以下文章

如何参与开源项目

[Git] Undo a commit that has already been pushed to the remote repository

Cannot create a session after the response has been committed解决方案

Cannot create a session after the response has been committed的处理

FlinkFlink Committing offsets to Kafka takes longer than the checkpoint interval

svn可以update但是无法commit解决