You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the content-type we look for for pprof is application/x-protobuf, but we should be more specific.
The Go agent is sending application/x-protobuf; messageType=”perftools.profiles.Profile". Note the use of ” rather than ", presumably copy-pasta. We'll need to fix that, and then update the server to check for the messageType suffix too.
The text was updated successfully, but these errors were encountered:
Currently the content-type we look for for pprof is
application/x-protobuf
, but we should be more specific.The Go agent is sending
application/x-protobuf; messageType=”perftools.profiles.Profile"
. Note the use of”
rather than"
, presumably copy-pasta. We'll need to fix that, and then update the server to check for the messageType suffix too.The text was updated successfully, but these errors were encountered: