mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-08 01:05:47 +00:00
Fix http header accept parsing problem (#3185)
## Issue Addressed Which issue # does this PR address? #3114 ## Proposed Changes 1. introduce `mime` package 2. Parse `Accept` field in the header with `mime` ## Additional Info Please provide any additional information. For example, future considerations or information useful for reviewers.
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -1586,6 +1586,7 @@ dependencies = [
|
||||
"futures-util",
|
||||
"libsecp256k1",
|
||||
"lighthouse_network",
|
||||
"mime",
|
||||
"procinfo",
|
||||
"proto_array",
|
||||
"psutil",
|
||||
|
||||
Reference in New Issue
Block a user