cloudflare / python-workers-examples

Apache License 2.0
86 stars 10 forks source link

Strange behavior with headers in FastAPI #7

Open spikerwork opened 1 month ago

spikerwork commented 1 month ago

When your running local wrangler dev based on example in documentation here https://developers.cloudflare.com/workers/languages/python/packages/fastapi/

I see strange response headers, contains b'' strings

wtf

PS. I am using npx wrangler@3.55.0 dev bc latest wrangler version not working at all.

hoodmane commented 1 month ago

I think this is fixed by https://github.com/cloudflare/workerd/pull/2125