philkra / elastic-apm-php-agent

PHP Agent for Elastic APM
MIT License
285 stars 95 forks source link

gzip: invalid header to APM server 7.3.1 #97

Closed YuZhenXie closed 5 years ago

YuZhenXie commented 5 years ago

I tried version 7.0.0-beta3 with APM server 7.3.1 but following error happened. Any idea ..?

ERROR   [request]       beater/intake_handler.go :94     error handling request  
{ 
   "request_id":"a25a2ee9-dc0a-4a91-8308-29d8cbdc8738",
   "method":"POST",
   "URL":"/intake/v2/events",
   "content_length":2680,
   "remote_address":"127.0.0.1",
   "user-agent":"elasticapm-php/7.0.0-beta3",
   "error":"gzip: invalid header",
   "response_code":400
}
philkra commented 5 years ago

fixed with PR #98