一般獲取php包體的數(shù)據(jù)來源可以使用file_get_contents('php://input'), 我看了webman的原始包體請求方式$request->rawBody(), 文件位置在Protocols\Http\Request.php中,其中構(gòu)造函數(shù)$buffer的數(shù)據(jù)哪來的,,也沒看見實(shí)例化的地方,這個數(shù)據(jù)是什么時(shí)候注入的;
workerman內(nèi)核代碼搜索stream_socket_accept部分可以看到相關(guān)來源