在 trace 某些網站的時候看到 Apache 送出這樣的 HTTP header 覺得奇怪:
X-Pad: avoid browser bug
用 Google 找了一些資料後發現是為了 workaround Netscape Navigator 2.x 到 4.0b2 的 bug 而做的:「Why is Apache sending a "X-Pad" header?」。
在 Revision 77941 可以看到這個 commit log,1997 年 4 月的事情...
幹壞事是進步最大的原動力
在 trace 某些網站的時候看到 Apache 送出這樣的 HTTP header 覺得奇怪:
X-Pad: avoid browser bug
用 Google 找了一些資料後發現是為了 workaround Netscape Navigator 2.x 到 4.0b2 的 bug 而做的:「Why is Apache sending a "X-Pad" header?」。
在 Revision 77941 可以看到這個 commit log,1997 年 4 月的事情...