Postel was Wrong


Jon Postel in an early TCP specification:

TCP implementations should follow a general principle of robustness: be conservative in what you do, be liberal in what you accept from others.

But Postel was wrong. This doesn’t make for good software.

Go read RFC 9413 to understand why. And stop using the law as justification for accepting garbage instead of requiring input to perfectly match a spec.


Previously: RSS