Add easyrdf.patch
This commit is contained in:
parent
56a44f8db3
commit
e63c393216
4 changed files with 14 additions and 1 deletions
4
distillery/resources/compose/runtime/patch/easyrdf.patch
Normal file
4
distillery/resources/compose/runtime/patch/easyrdf.patch
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
281c281
|
||||
< if (preg_match("|^HTTP/([\d\.x]+) (\d+) ([^\r\n]+)|", $status, $m)) {
|
||||
---
|
||||
> if(preg_match("|^HTTP/([\d\.x]+) (\d+) ([^\r\n]*)|", $status, $m)) {
|
||||
Loading…
Add table
Add a link
Reference in a new issue