Subject: | Net::SSSleay::read packet split |
The problem is when you want to sniff a connection and see the hole GET
or POST packet.. it seems read() split the header and send it incomplete...
You can use ssl_read_until() function and put \r\n\r\n as limit char..
but even this way you can't read for example the hole $_POST packet...
only reads until Content-Lenght: and its not showing the DATA.. and if
you put ssl_read_all it stays on the loop..
So the problems is that read() functions shows incomplete header packet...