happstack-server-7.3.1: Web related tools and services.

Safe HaskellNone

Happstack.Server.Internal.Socket

Synopsis

Documentation

acceptLite :: Socket -> IO (Socket, HostName, PortNumber)Source

alternative implementation of accept to work around EAI_AGAIN errors

sockAddrToPeer :: SockAddr -> (HostName, PortNumber)Source