Commit e74213e
committed
fix to return empty value for empty header
The method 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.
Signed-off-by: prembhaskal <[email protected]>1 parent c8b2335 commit e74213e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
269 | 269 | | |
270 | 270 | | |
271 | 271 | | |
272 | | - | |
| 272 | + | |
273 | 273 | | |
274 | 274 | | |
275 | 275 | | |
| |||
0 commit comments