chproxy
chproxy copied to clipboard
chore: Handle too big CH payloads for caching
Implements https://github.com/ContentSquare/chproxy/issues/143
Your Render PR Server URL is https://chproxy-pr-191.onrender.com.
Follow its progress at https://dashboard.render.com/static/srv-cbba2pb0tnuvdk1hnv20.
Your Render PR Server URL is https://chproxy-pr-191.onrender.com.
Follow its progress at https://dashboard.render.com/static/srv-cbbak6givq07b7e6n7d0.
I need to update the proxy.go according the latest fix version
I also don't think distinguishing http vs https is necessary in tests. It's enough to test one given we're interested in checking for if max payload size is exceeded or not @sigua-cs
I also don't think distinguishing http vs https is necessary in tests. It's enough to test one given we're interested in checking for if max payload size is exceeded or not @sigua-cs
Removed HTTP tests. Only HTTPS will be used