<@U4CP1J0QP> I found another issue with ktor clien...
# ktor
e
@e5l I found another issue with ktor client. On
sendPipeline
when creating a new RequestBuilder https://github.com/ktorio/ktor/blob/master/ktor-client/ktor-client-core/src/io/ktor/client/HttpClient.kt#L65
takeFrom
method ignores attributes. So if I pass any attributes on call they got lost on this call
👀 1
e
Unfortunately, the attributes are live only in request pipeline for now
e
😢 should I contribute copy method for attributes? or is it design decision/feature?
e
Contributions are always welcome 🙂