Protocol::HTTP1SourceProtocolHTTP1BodyRemainder

class Remainder

A body that reads all remaining data from the connection.

Definitions

def initialize(connection)

block_size may be removed in the future. It is better managed by connection.

Implementation

def initialize(connection)
	@connection = connection
end