Skip to content

Commit

Permalink
ci: tiny ci fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewhilton committed Feb 11, 2025
1 parent 6097230 commit 363f56f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ public static function extract_http_headers(string $content) {
}
// HTTP/1.1 defines the sequence CR LF as the end-of-line marker for all
// protocol elements except the entity-body (see appendix 19.3 for tolerant applications).
// See https://datatracker.ietf.org/doc/html/rfc2616#section-2.2
// See https://datatracker.ietf.org/doc/html/rfc2616#section-2.2.
$lines = explode("\n", str_replace("\r\n", "\n", $content));
$headerlines = [];
$current = null;
Expand Down

0 comments on commit 363f56f

Please sign in to comment.