-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or requestnice to haveThis is a "nice to have" feature - not a critical requirementThis is a "nice to have" feature - not a critical requirement
Description
scout-apm-php/src/Errors/ScoutClient/CompressPayload.php
Lines 6D47 14 to 17 in 676fd85
public function __invoke(string $payload): string | |
{ | |
return gzencode($payload); | |
} |
shouldn't the HTTP client do this for us?
->withHeader('Content-Encoding', 'gzip') // Must be gzipped |
could it be handled by a middleware?
See if the above could be improved?
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestnice to haveThis is a "nice to have" feature - not a critical requirementThis is a "nice to have" feature - not a critical requirement