Server Connection Closed Description:The server requested closed the connection before the transacti

Server Connection Closed 

Description:The server requested closed the connection before the transaction was completed.


502错误


php开发一个功能页面,在5.3版本下测试一切正常,但是迁移上线(5.2),报上述错误。


很是郁闷。


反复打断点,找到一个函数位置。

单独请求这个函数没有任何问题。


最终解决方法:将这个函数实现过程复制出来放到请求的函数中去,就OK了。

函数都是静态方法。

谁能解释一下。




版权声明:本文为dl425134845原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。