Matt Holt

Results 1992 comments of Matt Holt

@bannmann What is the client's exact Accept-Encoding header in your case?

Thank you for the PR! Will take a look at this as soon as I am able.

Apologies for the delay; now that #7089 is merged, would you like to make any revisions to this?

Thank you! Sorry again about that. Would love to have you contribute again. Will try to keep things straight next time...

Sounds like the storage module is returning the key instead of the value or something like that. Might be an issue to take upstream.

What I generally do is put some print statements in as an easy way to see where values are coming from and what the variables are. Are you up for...

Hmm, well, I didn't author the mysql storage module, so I'm not super familiar with its code. But in CertMagic you could try putting some logs in this function for...

I wonder if @metafeather would be able to look into it :smiley:

Actually, a closer look at that profile tree shows that the memory sum is already over 99% -- do you have the rest of the tree? Maybe try `svg` as...

Hmm, well, maybe not so much a leak as it is just lack of pooled buffers. @metafeather Any interest in using sync.Pool? @divyam234 How many of your connections are Postgres?...