Open youngsofun opened 2 months ago
I will fix it in next pr by the way
HTTP/1.1 allows header key with the same name yet HTTP/2 will duplicate the key with same name
HTTP/1.1 allows header key with the same name yet HTTP/2 will duplicate the key with same name
so which one will be kept? the first or the last?
so which one will be kept? the first or the last? I don't know, maybe we should add function in
reqwest
to override the header.
If I understand correctly, we call it again in retry, in order to reload token from file, so it should be an overwrite of the old header value.
but the impl in reqwest is
append
print: