Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/shared
diff options
context:
space:
mode:
authorfeistel <6742251-feistel@users.noreply.gitlab.com>2020-10-13 13:52:50 +0300
committerVladimir Shushlin <vshushlin@gitlab.com>2020-10-13 13:52:50 +0300
commit77b42fad727a8d8166d8d9a3aa6951f530a664ea (patch)
treef6b7ca7cea056fabc00fa163decd685dbca3e172 /shared
parent5f461b42e39419795b2669278398a9a7c6ed2cd9 (diff)
Ensure the content encoding is correct before reading the body
Avoid strange EOF error when the encoding is wrong
Diffstat (limited to 'shared')
-rw-r--r--shared/pages/group/group.gitlab-example.com/public/index.html.brbin0 -> 8 bytes
-rw-r--r--shared/pages/group/group.gitlab-example.com/public/index.html.gzbin0 -> 34 bytes
l---------shared/pages/group/group.test.io/public/gz-symlink.br1
-rw-r--r--shared/pages/group/group.test.io/public/image.unknown.brbin0 -> 19 bytes
-rw-r--r--shared/pages/group/group.test.io/public/index.html.brbin0 -> 14 bytes
-rw-r--r--shared/pages/group/group.test.io/public/index2.html1
-rw-r--r--shared/pages/group/group.test.io/public/index2.html.gzbin0 -> 41 bytes
-rw-r--r--shared/pages/group/group.test.io/public/text.unknown.brbin0 -> 10 bytes
8 files changed, 2 insertions, 0 deletions
diff --git a/shared/pages/group/group.gitlab-example.com/public/index.html.br b/shared/pages/group/group.gitlab-example.com/public/index.html.br
new file mode 100644
index 00000000..cf5a9650
--- /dev/null
+++ b/shared/pages/group/group.gitlab-example.com/public/index.html.br
Binary files differ
diff --git a/shared/pages/group/group.gitlab-example.com/public/index.html.gz b/shared/pages/group/group.gitlab-example.com/public/index.html.gz
new file mode 100644
index 00000000..fabfb92a
--- /dev/null
+++ b/shared/pages/group/group.gitlab-example.com/public/index.html.gz
Binary files differ
diff --git a/shared/pages/group/group.test.io/public/gz-symlink.br b/shared/pages/group/group.test.io/public/gz-symlink.br
new file mode 120000
index 00000000..28e14853
--- /dev/null
+++ b/shared/pages/group/group.test.io/public/gz-symlink.br
@@ -0,0 +1 @@
+../config.json \ No newline at end of file
diff --git a/shared/pages/group/group.test.io/public/image.unknown.br b/shared/pages/group/group.test.io/public/image.unknown.br
new file mode 100644
index 00000000..2286b383
--- /dev/null
+++ b/shared/pages/group/group.test.io/public/image.unknown.br
Binary files differ
diff --git a/shared/pages/group/group.test.io/public/index.html.br b/shared/pages/group/group.test.io/public/index.html.br
new file mode 100644
index 00000000..31c092e5
--- /dev/null
+++ b/shared/pages/group/group.test.io/public/index.html.br
Binary files differ
diff --git a/shared/pages/group/group.test.io/public/index2.html b/shared/pages/group/group.test.io/public/index2.html
new file mode 100644
index 00000000..8da4d196
--- /dev/null
+++ b/shared/pages/group/group.test.io/public/index2.html
@@ -0,0 +1 @@
+main-dir
diff --git a/shared/pages/group/group.test.io/public/index2.html.gz b/shared/pages/group/group.test.io/public/index2.html.gz
new file mode 100644
index 00000000..3975516e
--- /dev/null
+++ b/shared/pages/group/group.test.io/public/index2.html.gz
Binary files differ
diff --git a/shared/pages/group/group.test.io/public/text.unknown.br b/shared/pages/group/group.test.io/public/text.unknown.br
new file mode 100644
index 00000000..99eaf2eb
--- /dev/null
+++ b/shared/pages/group/group.test.io/public/text.unknown.br
Binary files differ