RTSPConnection.setContentLengthLimit
void setContentLengthLimit(uint limit)Configure conn to use the specified Content-Length limit. Both requests and responses are validated. If content-length is exceeded, ENOMEM error will be returned.
Parameters
limit | Content-Length limit |