How to debug reqwest::Error
sourced from source: hyper::Error(Parse(Header(Token)))
#1518
-
Hi ,
Because the kind In addition I tried to print the RequestBuilder before the I am looking for some ideas how to continue debug it .. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
It's an error from the server. It sent a header with an "illegal" character. If the error type were |
Beta Was this translation helpful? Give feedback.
It's an error from the server. It sent a header with an "illegal" character. If the error type were
Builder
, that would mean it was local while constructing the request.