Skip Menu |

This queue is for tickets about the Net_SSLeay.pm CPAN distribution.

Report information
The Basics
Id: 35714
Status: resolved
Priority: 0/
Queue: Net_SSLeay.pm

People
Owner: MIKEM [...] cpan.org
Requestors: crypkey [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: (no value)
Fixed in: (no value)



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...