Jeff Hubbard
Jeff Hubbard
Fixed. Thanks. :+1:
Doesn't look like it to me.
- Version of dokku you use: 0.5.3 - Non-core plugins you use (including internally developed ones, with their purposes if possible): - elasticsearch - letsencrypt - mariadb - redis -...
IMO the more specific exact match to `text/html` should be preferred over the generic catch-all match of `*/*`.
This just bit me as well. I changed my config to match the config style in the commit mentioned by @vojtajina and tt's still randomly deciding which browser to actually...
I'd feel more comfortable with this if there was a setting to turn this on or off.
A couple of reasons: 1) There's an outstanding comment about removing the IDE-specific ignores. 2) There needs to be a toggle to turn this auto-retry behavior off. 3) We've made...
This is already handled [here](https://github.com/bigcommerce/bigcommerce-api-php/blob/master/src/Bigcommerce/Api/Connection.php#L562) by comparing the header names to the input header name case insensitively.
Can we simply lowercase the header as it comes in before we insert it into the header map, and lowercase the input before we check for the key's existence? That...
If headers are always case-insensitive anyway, I don't see a problem with breaking the behavior of `getHeaders` returning case-sensitive. We should fix up those places anyway.