Method Protocols.HTTP.Server.Request()->read_cb()


Method read_cb

protected void read_cb(mixed dummy, string s)

Description

Appends data to raw and feeds the header parse with data. Once the header parser has enough data parse_request() and parse_variables() are called. If parse_variables() deems the request to be finished finalize() is called. If not parse_variables() has replaced the read callback.