1TLS.getTLSByte(3kaya) Kaya module reference TLS.getTLSByte(3kaya)
2
3
4
6 TLS::getTLSByte - Receive encrypted byte
7
9 Int getTLSByte( TLSsession tls, Bool iiscompensation=false )
10
12 tls A TLS session
13
14 iiscompensation Whether to compensate for bugs in the HTTPS handling in
15 Microsoft IIS servers (optional, defaults to false)
16
18 Receive encrypted byte. This function is called by Net::recvByte as
19 necessary. This function may return -1 if IIS bug compensation is on
20 and the connection has been closed (if called via recvByte this will
21 lead to a Net.NothingToReceive (3kaya) exception.
22
24 Kaya standard library by Edwin Brady, Chris Morris and others
25 (kaya@kayalang.org). For further information see http://kayalang.org/
26
28 The Kaya standard library is free software; you can redistribute it
29 and/or modify it under the terms of the GNU Lesser General Public
30 License (version 2.1 or any later version) as published by the Free
31 Software Foundation.
32
33
34
35Kaya December 2010 TLS.getTLSByte(3kaya)