stas2004/04/08 14:54:37
Modified:src/docs/2.0/user/handlers protocols.pod
Log:
mentioned the error checking that was just added
Revision ChangesPath
1.16 +8 -3 modperl-docs/src/docs/2.0/user/handlers/protocols.pod
Index: protocols.pod
stas2004/04/08 14:25:25
Modified:src/docs/2.0/api/APR Const.pod Socket.pod
Log:
document
- ':socket' constants
- opt_get/opt_set methods
Revision ChangesPath
1.10 +64 -1 modperl-docs/src/docs/2.0/api/APR/Const.pod
Index: Const.pod
=
stas2004/04/07 17:21:59
Modified:src/docs/2.0/user/handlers protocols.pod
Log:
document the need to set the socket to a blocking IO mode in the protocol
handlers
that operate on the socket
Revision ChangesPath
1.15 +14 -4 modperl-docs/src/docs/2.0/user/han