Fixed key value detection subtype
Signed-off-by: tyrolyean <tyrolyean@tyrolyean.net>
This commit is contained in:
parent
418eee6c4f
commit
cbf9ac5135
1 changed files with 5 additions and 0 deletions
|
@ -189,6 +189,11 @@ char* get_value_equals(char* content_type, size_t content_len,
|
|||
|
||||
}
|
||||
}
|
||||
if(state == STATE_ALNUM){
|
||||
*boundary_len = content_type+content_len - boundary_begin;
|
||||
return boundary_begin;
|
||||
|
||||
}
|
||||
*boundary_len = 0;
|
||||
return NULL;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue