Oddbean new post about | logout
 Gossip doesn't know the content type.  It just opened the file and sent it.  I suppose I could add content type sniffing.  But anyhow you should change that to a 4xx error 
 Hmm, somehow noStrudel, 0xchat, Olas, etc  are all sending the content-type header some way 🤔  
 Yea it's 5XX'ing due to no handling of missing content-type header haha. I will add it. But, maybe see how noStrudel handles it? 
 It mentions passing the header in the bud: https://github.com/hzrd149/blossom/blob/afa1290a6aa91fb5b371ae9d346d835cb0231f83/buds/06.md 
 Whoops, that's for using HEAD, but also applies to the PUT for /upload

Let me know if you think you can pass this header in the request. Otherwise, I could see if I can infer it through extension.