Type: fix
Change-Id: Iac4e5edf42280a3d6679e12e0dd338adfe16aaf3
Signed-off-by: Matus Fabian <[email protected]>
msg.type = HTTP_MSG_REQUEST;
msg.method_type = control_data.method;
msg.data.type = HTTP_MSG_DATA_INLINE;
- msg.data.len = req->base.connection_header_index;
+ msg.data.len = req->base.control_data_len;
msg.data.scheme = control_data.scheme;
msg.data.target_authority_offset = control_data.authority - wrk->header_list;
msg.data.target_authority_len = control_data.authority_len;