Add easyrdf.patch

This commit is contained in:
Tom Wiesing 2020-07-02 15:12:25 +02:00
parent 56a44f8db3
commit e63c393216
No known key found for this signature in database
GPG key ID: DC1F29F2BC78AB15
4 changed files with 14 additions and 1 deletions

View 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)) {