in reply to IO::Socket::SSL HTTPS Headers
The code you have provided, doesn't return any headers to client except for Content-Type. Actually IO::Socket::SSL have nothing with HTTP and doesn't send any HTTP headers to client. So you should search the source of the problem in other modules.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: IO::Socket::SSL HTTPS Headers
by hostsentry (Initiate) on Jun 12, 2009 at 17:26 UTC | |
|
Re^2: IO::Socket::SSL HTTPS Headers
by hostsentry (Initiate) on Jun 12, 2009 at 18:01 UTC |