Treating Bugs as Features? Linus Torvalds is Speechless…

Treating Bugs as Features? Linus Torvalds is Speechless...

The Linux Kernel Mailing List (LKML) has erupted again. This time, it’s over an old issue that has existed for more than twenty years: Should file systems be case-sensitive? Linus Torvalds directly referred to it as a “huge mistake,” causing the technical discussion to explode. The issue originated from a patch for the Bcachefs file … Read more

GoLang HTTP Header Case Sensitivity Issues

GoLang HTTP Header Case Sensitivity Issues

Introduction Today, while using the http package in GoLang, I found that the case of the headers I set did not match what I passed in. Standards The HTTP standard states that HTTP headers are case insensitive. GoLang HTTP GoLang normalizes headers when setting them, capitalizing the first letter and the first letter after a … Read more