Tim Greene
Tim Greene
Should fix #106
Liberator maps `:authorized?` to the `401 Unauthorized` response, I believe this is _wrong_ according the IETF description of this response code [here](https://tools.ietf.org/html/rfc7235#section-3.1): 3.1. 401 Unauthorized The 401 (Unauthorized) status code...
Currently we're creating deferred errors which are never consumed (these log exceptions when the next GC cycle runs), instead we can simply throw exceptions to be caught be the outer...
For public facing websites it's not uncommon to have exploitation suites run random strings as methods in small batches of requests. This commit channels 501s away from errors logs into...
I noticed a handful of funcool's docs pages had broken styling, this should patch things up!
I'm getting the following error on some requests, it looks like pattern matching on the accept-content header throwing an exception: ``` Jun 1 01:41:49 ip-172-31-26-211 web: Extraneous input: {:matcher #object[java.util.regex.Matcher...
When I jump to a function definition from a third party library the file is opened in read-only mode. For example when I jump to the `ring.middleware.gzip/wrap-gzip` function by holding...
We're seeing OOM issues on pods running the benchmark as found by Dan. Just spinning up the pods is all the repro needed for this.