zalando-zmon / zmon-worker

ZMON Python Worker
https://zmon.io/
Other
19 stars 41 forks source link

http wrapper headers does not return any values #341

Closed mohabusama closed 6 years ago

mohabusama commented 6 years ago

In Trial run:

http('https://www.google.com').headers()

Expected:

Dict of headers

Actual:

trial run http

vetinari commented 6 years ago

same for cookies()

text(), code(), content_size(), time() are ok

vetinari commented 6 years ago

wonder if this is related to the opentracing_utils, the request seems to be fine in the trace view.

rajatparida86 commented 6 years ago

closing as already implemented