diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-07-24 09:54:23 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-07-24 09:54:44 +0000 |
commit | 836b47cb7e99a977c5a23b059ca1d0b5065d310e (patch) | |
tree | 1604da8f482d02effa033c94a84be42bc0c848c3 /web/server/h2o/libh2o/t/50mruby | |
parent | Releasing debian version 1.44.3-2. (diff) | |
download | netdata-836b47cb7e99a977c5a23b059ca1d0b5065d310e.tar.xz netdata-836b47cb7e99a977c5a23b059ca1d0b5065d310e.zip |
Merging upstream version 1.46.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'web/server/h2o/libh2o/t/50mruby')
-rw-r--r-- | web/server/h2o/libh2o/t/50mruby/hello.rb | 3 | ||||
-rw-r--r-- | web/server/h2o/libh2o/t/50mruby/index.html | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/web/server/h2o/libh2o/t/50mruby/hello.rb b/web/server/h2o/libh2o/t/50mruby/hello.rb deleted file mode 100644 index 34f32140c..000000000 --- a/web/server/h2o/libh2o/t/50mruby/hello.rb +++ /dev/null @@ -1,3 +0,0 @@ -Proc.new do |env| - [200, {"content-type" => "text/plain; charset=utf-8"}, ["hello from h2o_mruby\n"]] -end diff --git a/web/server/h2o/libh2o/t/50mruby/index.html b/web/server/h2o/libh2o/t/50mruby/index.html deleted file mode 100644 index d0287e655..000000000 --- a/web/server/h2o/libh2o/t/50mruby/index.html +++ /dev/null @@ -1 +0,0 @@ -I'm index.html |