laruence / yar

Light, concurrent RPC framework for PHP & C
Other
1.43k stars 319 forks source link

yar.go中调用yar报错need specifical request method #168

Closed guihouchang closed 3 years ago

guihouchang commented 3 years ago

need specifical request method 希望有人能给个解决方案

guihouchang commented 3 years ago

经过调试,当请求的方法名超过16个字符的时,就会报出这种错误。而且只会这在特定的2台服务器上会有。

guihouchang commented 3 years ago

再次调试发现当请求的body长度大于61的时候就会出现error [Response Error] need specifical request method

guihouchang commented 3 years ago

再次定位到问题是php7.2版本问题。 php 7.1, 7.0都没事