File: README.Win32

package info (click to toggle)
libio-socket-ssl-perl 1.33-1%2Bsqueeze1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 364 kB
  • ctags: 100
  • sloc: perl: 2,998; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 277 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
The underlying IO::Socket::INET does not support non-blocking sockets on
Win32, thus non-blocking IO::Socket::SSL is not supported on Win32, which
means also, that timeouts don't work (because they are based on
non-blocking).
See also http://www.perlmonks.org/?node_id=378675