View source
class StreamRequestHandler
package snake.socket
extends BaseRequestHandler
extended by BaseHTTPRequestHandler
Define rfile and wfile for stream sockets.
Constructor
Variables
disableNagleAlgorithm:Bool = false
Disable nagle algorithm for this socket, if true.
Use only when wbufsize != 0, to avoid small packets.