Files
community.general/plugins
Olof Johansson 1a0a185ac3 scaleway: Fix case mismatch causing key lookup failure (#445)
The common http api client class used by the scaleway modules only
enables automatic jsonification of the request body if the
"Content-Type" header is application/json. The client only included
"Content-type" in its default set of headers (notice the case
variation).

This caused a KeyError on send() if the caller relied on the default
content-type value.
2020-06-02 14:09:58 +01:00
..
2020-05-25 07:47:01 +02:00
2020-05-19 22:37:17 -07:00
2020-05-20 13:16:51 -07:00
2020-06-02 09:17:54 +03:00