This PR fixes empty request headers as mentioned in #1181. I originally though this was a by-product of #1106, but that PR just enforces the wrong behavior.
The problem comes from the fact that pinning an empty string makes the string NULL instead of empty (something to keep in mind).
This PR fixes empty request headers as mentioned in #1181. I originally though this was a by-product of #1106, but that PR just enforces the wrong behavior.
The problem comes from the fact that pinning an empty string makes the string NULL instead of empty (something to keep in mind).