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


Method read_cb_chunked

private void read_cb_chunked(mixed dummy, string data)

Description

Appends data to raw and buf. Parses the data with the clunky- chunky-algorithm and, when all data has been received, updates body_raw and request_headers and calls finalize().