1
0
Fork 0
mirror of synced 2024-09-20 03:17:30 +12:00

Update proxy version

This commit is contained in:
Khushboo Verma 2024-08-12 23:41:33 +05:30
parent e4cfcd00fd
commit cd5a9c5c84
2 changed files with 1 additions and 5 deletions

View file

@ -923,7 +923,7 @@ services:
hostname: proxy
<<: *x-logging
stop_signal: SIGINT
image: openruntimes/proxy:0.3.1
image: openruntimes/proxy:0.5.4
networks:
- appwrite
- runtimes

View file

@ -47,10 +47,6 @@ class Headers extends Validator
return false;
}
if (json_last_error() !== JSON_ERROR_NONE) {
return false;
}
if (\is_array($value)) {
foreach ($value as $key => $val) {
$length = \strlen($key);