packetLen < 0 in stderr.log with OLS 1.8.2

#1
After upgrading OLS from 1.7.19-5 to 1.8.2-2, I started to get this frequently/randomly in stderr.log

packetLen < 0
packetLen < 0
packetLen < 0

I downgraded to OLS 1.7.19-5 and stopped getting this, so it has to do with the 1.8.2-2

What this message indicates and does it make any difference? (It doesn't seem to but it would be great to not get this in stderr.log with 1.8.2-2)
 
#2
Hi,
The "pakcageLen < 0" message indicates that there was communication error between LSWS and PHP. This is likely a PHP code issue that takes forever to run and eventually web server decided to cancel the request.

If you have a robust method to reproduce it, please raise a ticket to support@litespeedtech.com with this forum post link appended for further check.
 
Top