James Reeves
James Reeves
My reservation is that an absent query string and a blank query string are different things when parsing a URL. For instance, I'd expect `"https://example.com/?"` to have a query string...
Oh, yes please. I think that would be a good change to make regardless. I'll keep this PR open a little while longer while I consider it, though.
Yes, there's certainly a tension between behavior that's more consistent vs. behavior that's more practically useful. Typically more basic functions will lean toward consistency while more advanced functions aim for...
Thanks for the PR. Can you ensure that the subject line of the commit messages is 50 characters or less, and the body of the commit wraps at 72 characters?
Perfect. And just to confirm - have you tested this change? Does it work with Tomcat?
> My impression is that the lack of specificity for response headers is an historical accident that'd be difficult to walk back now. It was deliberate, as there may be...
Thanks for opening the discussion on this. To manage expectations, this may take a while to find its way into the spec, if at all. Spec changes are something that...
This is a reasonable addition and I think can be accomplished via an additional protocol that can be applied to the body. For instance: ```clojure (defprotocol CloseableResponseBody (on-client-close [body response]))...
Thanks for the bug report! I'll investigate, but it might take me a couple of weeks to find time to do so.
I've released 0.12.8 that should fix this issue. Please can you confirm?