Skip to content

Commit dac02fe

Browse files
committed
Merge branch '7.0' into 7.1
* 7.0: [Router] Discard in-memory cache of routes when writing the file-based cache [Security] Verify Hungarian translation force HTTP 1.1 for Mailgun API requests [String] Revert "Fixed u()->snake(), b()->snake() and s()->snake() methods" normalize underscores in snake() [Security][Validator] Added missing Portuguese(pt) translations Fixes #54550 some pt_BR translations Fix MockArraySessionStorage to generate more conform ids Bump Symfony version to 5.4.42 Update VERSION for 5.4.41 Update CONTRIBUTORS for 5.4.41 Update CHANGELOG for 5.4.41
2 parents d5dcf1c + 3dc8e7d commit dac02fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Transport/MailgunApiTransport.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ protected function doSendApi(SentMessage $sentMessage, Email $email, Envelope $e
5959

6060
$endpoint = sprintf('%s/v3/%s/messages', $this->getEndpoint(), urlencode($this->domain));
6161
$response = $this->client->request('POST', 'https://'.$endpoint, [
62+
'http_version' => '1.1',
6263
'auth_basic' => 'api:'.$this->key,
6364
'headers' => $headers,
6465
'body' => $body->bodyToIterable(),

0 commit comments

Comments
 (0)