From c1474b9507a68329c5d105206727bf24f1dd9335 Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Tue, 21 Nov 2000 14:24:03 +0000
Subject: [PATCH] http* is now prot* since we're about to use other protocols
 as well

---
 tests/data/{http1.txt => prot1.txt}   | 0
 tests/data/{http10.txt => prot10.txt} | 0
 tests/data/{http11.txt => prot11.txt} | 0
 tests/data/{http12.txt => prot12.txt} | 0
 tests/data/{http13.txt => prot13.txt} | 0
 tests/data/{http14.txt => prot14.txt} | 0
 tests/data/{http15.txt => prot15.txt} | 0
 tests/data/{http16.txt => prot16.txt} | 0
 tests/data/{http17.txt => prot17.txt} | 0
 tests/data/{http18.txt => prot18.txt} | 0
 tests/data/{http2.txt => prot2.txt}   | 0
 tests/data/{http22.txt => prot22.txt} | 0
 tests/data/{http3.txt => prot3.txt}   | 0
 tests/data/{http4.txt => prot4.txt}   | 0
 tests/data/{http5.txt => prot5.txt}   | 0
 tests/data/{http6.txt => prot6.txt}   | 0
 tests/data/{http7.txt => prot7.txt}   | 0
 tests/data/{http8.txt => prot8.txt}   | 0
 tests/data/{http9.txt => prot9.txt}   | 0
 19 files changed, 0 insertions(+), 0 deletions(-)
 rename tests/data/{http1.txt => prot1.txt} (100%)
 rename tests/data/{http10.txt => prot10.txt} (100%)
 rename tests/data/{http11.txt => prot11.txt} (100%)
 rename tests/data/{http12.txt => prot12.txt} (100%)
 rename tests/data/{http13.txt => prot13.txt} (100%)
 rename tests/data/{http14.txt => prot14.txt} (100%)
 rename tests/data/{http15.txt => prot15.txt} (100%)
 rename tests/data/{http16.txt => prot16.txt} (100%)
 rename tests/data/{http17.txt => prot17.txt} (100%)
 rename tests/data/{http18.txt => prot18.txt} (100%)
 rename tests/data/{http2.txt => prot2.txt} (100%)
 rename tests/data/{http22.txt => prot22.txt} (100%)
 rename tests/data/{http3.txt => prot3.txt} (100%)
 rename tests/data/{http4.txt => prot4.txt} (100%)
 rename tests/data/{http5.txt => prot5.txt} (100%)
 rename tests/data/{http6.txt => prot6.txt} (100%)
 rename tests/data/{http7.txt => prot7.txt} (100%)
 rename tests/data/{http8.txt => prot8.txt} (100%)
 rename tests/data/{http9.txt => prot9.txt} (100%)

diff --git a/tests/data/http1.txt b/tests/data/prot1.txt
similarity index 100%
rename from tests/data/http1.txt
rename to tests/data/prot1.txt
diff --git a/tests/data/http10.txt b/tests/data/prot10.txt
similarity index 100%
rename from tests/data/http10.txt
rename to tests/data/prot10.txt
diff --git a/tests/data/http11.txt b/tests/data/prot11.txt
similarity index 100%
rename from tests/data/http11.txt
rename to tests/data/prot11.txt
diff --git a/tests/data/http12.txt b/tests/data/prot12.txt
similarity index 100%
rename from tests/data/http12.txt
rename to tests/data/prot12.txt
diff --git a/tests/data/http13.txt b/tests/data/prot13.txt
similarity index 100%
rename from tests/data/http13.txt
rename to tests/data/prot13.txt
diff --git a/tests/data/http14.txt b/tests/data/prot14.txt
similarity index 100%
rename from tests/data/http14.txt
rename to tests/data/prot14.txt
diff --git a/tests/data/http15.txt b/tests/data/prot15.txt
similarity index 100%
rename from tests/data/http15.txt
rename to tests/data/prot15.txt
diff --git a/tests/data/http16.txt b/tests/data/prot16.txt
similarity index 100%
rename from tests/data/http16.txt
rename to tests/data/prot16.txt
diff --git a/tests/data/http17.txt b/tests/data/prot17.txt
similarity index 100%
rename from tests/data/http17.txt
rename to tests/data/prot17.txt
diff --git a/tests/data/http18.txt b/tests/data/prot18.txt
similarity index 100%
rename from tests/data/http18.txt
rename to tests/data/prot18.txt
diff --git a/tests/data/http2.txt b/tests/data/prot2.txt
similarity index 100%
rename from tests/data/http2.txt
rename to tests/data/prot2.txt
diff --git a/tests/data/http22.txt b/tests/data/prot22.txt
similarity index 100%
rename from tests/data/http22.txt
rename to tests/data/prot22.txt
diff --git a/tests/data/http3.txt b/tests/data/prot3.txt
similarity index 100%
rename from tests/data/http3.txt
rename to tests/data/prot3.txt
diff --git a/tests/data/http4.txt b/tests/data/prot4.txt
similarity index 100%
rename from tests/data/http4.txt
rename to tests/data/prot4.txt
diff --git a/tests/data/http5.txt b/tests/data/prot5.txt
similarity index 100%
rename from tests/data/http5.txt
rename to tests/data/prot5.txt
diff --git a/tests/data/http6.txt b/tests/data/prot6.txt
similarity index 100%
rename from tests/data/http6.txt
rename to tests/data/prot6.txt
diff --git a/tests/data/http7.txt b/tests/data/prot7.txt
similarity index 100%
rename from tests/data/http7.txt
rename to tests/data/prot7.txt
diff --git a/tests/data/http8.txt b/tests/data/prot8.txt
similarity index 100%
rename from tests/data/http8.txt
rename to tests/data/prot8.txt
diff --git a/tests/data/http9.txt b/tests/data/prot9.txt
similarity index 100%
rename from tests/data/http9.txt
rename to tests/data/prot9.txt
-- 
GitLab