← Back to context

Comment by o11c

19 hours ago

One of the most irritating bugs in client libraries is if they hard-code 1xx behavior to particular numbers, rather than treating the entire range uniformly.

This makes it easy to desync, though since it's not the server end it's rarely as catastrophic.

To fix this, servers need to start returning bogus 199 Fix Your Client headers before a random fraction of all real responses.