Skip to content

Commit

Permalink
Add a TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
adamziel committed Jul 14, 2024
1 parent 3774de3 commit 75b1437
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/WordPress/AsyncHttp/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -637,6 +637,7 @@ private function parse_http_headers( string $headers ) {
$headers = array();
foreach ( $lines as $line ) {
if ( strpos( $line, ': ' ) === false ) {
// @TODO: Error, not a valid response
continue;
}
$line = explode( ': ', $line );
Expand Down

0 comments on commit 75b1437

Please sign in to comment.