Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix returning empty value for empty header
get_http_request_headers_bytes return empty vec for empty header value but get_http_request_header_bytes returns None for empty header value. this commit intends to fix this inconsistency.
- Loading branch information