refactor(ffi): Add HeaderCaseMap preserving http1 header casing
This commit is contained in:
@@ -33,7 +33,7 @@ impl hyper_error {
|
||||
ErrorKind::IncompleteMessage => hyper_code::HYPERE_UNEXPECTED_EOF,
|
||||
ErrorKind::User(User::AbortedByCallback) => hyper_code::HYPERE_ABORTED_BY_CALLBACK,
|
||||
// TODO: add more variants
|
||||
_ => hyper_code::HYPERE_ERROR
|
||||
_ => hyper_code::HYPERE_ERROR,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user