AxiosLeo / tpr-cms

CMS application using TPR

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

单次请求时多次回调问题

AxiosLeo opened this issue · comments

从群里反应的一个问题:在进行某个请求时,发现会回调三次。后来经过调试后发现,是因为php没有运行在fastcgi模式下,导致fastcgi_finish_request()函数无法使用,进而不能终止请求。所以在回调后,程序会继续执行,然后返回每个回调。