in reply to IO::Socket::SSL buffering issue?
When using sysread, your read length needs to be the same size as your systems' IO buffer. This is usually 4 or 8 k which is why 4k worked well for you.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: IO::Socket::SSL buffering issue?
by althepal (Acolyte) on Apr 25, 2005 at 08:38 UTC | |
by starbolin (Hermit) on Apr 25, 2005 at 16:09 UTC |