Status Update
Comments
va...@google.com <va...@google.com>
ja...@google.com <ja...@google.com> #2
Hello,
Thank you for reaching out to us with your request.
We have duly noted your feedback and will thoroughly validate it. While we cannot provide an estimated time of implementation or guarantee the fulfillment of the issue, please be assured that your input is highly valued. Your feedback enables us to enhance our products and services.
We appreciate your continued trust and support in improving our Google Cloud Platform products. In case you want to report a new issue, please do not hesitate to create a new issue on the
Once again, we sincerely appreciate your valuable feedback; Thank you for your understanding and collaboration.
ma...@wartsila.com <ma...@wartsila.com> #3
I wanted to see if this is going to be looked at soon, it should be a rather simple issue to fix and is blocking the use of the emulator for development.
Description
Problem you have encountered:
HTTP push subscription sending invalid GZIP data to HTTP endpoint.
What you expected to happen:
Valid GZIP data to be sent to the HTTP endpoint. I have tested this with the production Pub/Sub service and it sends the data correctly.
Steps to reproduce:
Other information (workarounds you have tried, documentation consulted, etc):
I took a tcpdump of sending the buffer to the emulator and it was sent correctly.
I took a tcpdump of the message sent from the emulator to my HTTP server and the data was not correct.
The correct magic number should be
1f8b
however the incoming data is actually1fef
.It would appear the emulator is decoding the data in the message as utf-8 then sending a buffer of the decoded utf-8 data to the HTTP endpoint.